Skip to content

Commit 5bfd05b

Browse files
committed
bug fix using "pio" instead of "platformio" to know the PlatformIO version. Some Linux distro and OSX versions are not working well, when "pio" is use
1 parent 3b8c90f commit 5bfd05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginning/pio_install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def check_pio():
256256
257257
Check if platformIO is already installed in the machine
258258
"""
259-
cmd = ['pio', '--version']
259+
cmd = ['platformio', '--version']
260260
out = run_command(cmd)
261261

262262
status = out[0]

0 commit comments

Comments
 (0)