We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352507b commit 228143aCopy full SHA for 228143a
configure.bat
@@ -1,6 +1,6 @@
1
@echo OFF
2
3
-@rem Copyright (c) 2015 nexB Inc. http://www.nexb.com/ - All rights reserved.
+@rem Copyright (c) 2018 nexB Inc. http://www.nexb.com/ - All rights reserved.
4
5
@rem ################################
6
@rem # change these variables to customize this script locally
@@ -44,7 +44,7 @@ if not exist "c:\python27\python.exe" (
44
echo Do NOT install Python v3 or any 64 bits edition.
45
echo Instead download Python from this url and see the README.rst file for more details:
46
echo(
47
- echo https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi
+ echo https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi
48
49
exit /b 1
50
)
0 commit comments