Skip to content

Commit 228143a

Browse files
committed
Bump help for Windows Python version
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 352507b commit 228143a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo OFF
22

3-
@rem Copyright (c) 2015 nexB Inc. http://www.nexb.com/ - All rights reserved.
3+
@rem Copyright (c) 2018 nexB Inc. http://www.nexb.com/ - All rights reserved.
44

55
@rem ################################
66
@rem # change these variables to customize this script locally
@@ -44,7 +44,7 @@ if not exist "c:\python27\python.exe" (
4444
echo Do NOT install Python v3 or any 64 bits edition.
4545
echo Instead download Python from this url and see the README.rst file for more details:
4646
echo(
47-
echo https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi
47+
echo https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi
4848
echo(
4949
exit /b 1
5050
)

0 commit comments

Comments
 (0)