forked from platformio/platformio-core
Update "setuptools" while install PlatformIO
This commit is contained in:
@ -99,7 +99,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, [
|
||||||
[["platformio"], [
|
[["setuptools"], ["platformio"], [
|
||||||
"--egg",
|
"--egg",
|
||||||
"http://sourceforge.net/projects/scons/files/latest/download"
|
"http://sourceforge.net/projects/scons/files/latest/download"
|
||||||
]]
|
]]
|
||||||
|
Reference in New Issue
Block a user