Call pip as module

This commit is contained in:
Ivan Kravets
2017-08-09 23:02:33 +03:00
parent 6bf42f90ed
commit d913fb5600

View File

@ -112,7 +112,7 @@ def install_pip():
def install_platformio():
r = None
cmd = ["pip", "install", "-U", "platformio"]
cmd = ["python", "-m", "pip", "install", "-U", "platformio"]
# cmd = [
# "pip", "install", "-U",
# "https://github.com/platformio/platformio-core/archive/develop.zip"