mirror of
https://github.com/platformio/platformio-core.git
synced 2026-05-05 04:14:16 +02:00
Update virtualenv if exists
This commit is contained in:
@@ -97,7 +97,7 @@ def main():
|
||||
("Fixing Windows %PATH% Environment", fix_winpython_pathenv, []),
|
||||
("Installing Python Package Manager", install_pip, []),
|
||||
("Installing PlatformIO and dependencies", install_pypi_packages,
|
||||
[["setuptools", "platformio"]])
|
||||
[["setuptools", "virtualenv", "platformio"]])
|
||||
]
|
||||
|
||||
if not IS_WINDOWS:
|
||||
|
||||
Reference in New Issue
Block a user