mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Update virtualenv if exists
This commit is contained in:
@ -21,7 +21,7 @@ def cli():
|
|||||||
fg="yellow")
|
fg="yellow")
|
||||||
|
|
||||||
cmds = (
|
cmds = (
|
||||||
["pip", "install", "--upgrade", "pip", "setuptools"],
|
["pip", "install", "--upgrade", "pip", "setuptools", "virtualenv"],
|
||||||
["pip", "install", "--upgrade", "platformio"],
|
["pip", "install", "--upgrade", "platformio"],
|
||||||
["platformio", "--version"]
|
["platformio", "--version"]
|
||||||
)
|
)
|
||||||
|
@ -97,7 +97,7 @@ def main():
|
|||||||
("Fixing Windows %PATH% Environment", fix_winpython_pathenv, []),
|
("Fixing Windows %PATH% Environment", fix_winpython_pathenv, []),
|
||||||
("Installing Python Package Manager", install_pip, []),
|
("Installing Python Package Manager", install_pip, []),
|
||||||
("Installing PlatformIO and dependencies", install_pypi_packages,
|
("Installing PlatformIO and dependencies", install_pypi_packages,
|
||||||
[["setuptools", "platformio"]])
|
[["setuptools", "virtualenv", "platformio"]])
|
||||||
]
|
]
|
||||||
|
|
||||||
if not IS_WINDOWS:
|
if not IS_WINDOWS:
|
||||||
|
Reference in New Issue
Block a user