99
1010
1111@ rem ################################
12- @ rem # A configuration script to set things up:
12+ @ rem # A configuration script to set things up:
1313@ rem # create a virtualenv and install or update thirdparty packages.
1414@ rem # Source this script for initial configuration
1515@ rem # Use configure --help for details
@@ -48,7 +48,7 @@ set "CFG_BIN_DIR=%CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts"
4848
4949
5050@ rem ################################
51- @ rem # Set the quiet flag to empty if not defined
51+ @ rem # Set the quiet flag to empty if not defined
5252if not defined CFG_QUIET (
5353 set " CFG_QUIET = "
5454)
@@ -65,8 +65,8 @@ if "%1" EQU "--dev" (
6565 set " CFG_REQUIREMENTS = %DEV_REQUIREMENTS% "
6666 set CFG_DEV_MODE = 1
6767)
68- if " %1 " EQU " --python" (
69- echo " The --python is now DEPRECATED. Use the PYTHON_EXECUTABLE environment
68+ if " %1 " EQU " --python" (
69+ echo " The --python option is now DEPRECATED. Use the PYTHON_EXECUTABLE environment"
7070 echo " variable instead. Run configure --help for details."
7171 exit /b 0
7272)
@@ -76,7 +76,7 @@ if "%1" EQU "--python" (
7676@ rem # Use environment variables or a file if available.
7777@ rem # Otherwise the latest Python by default.
7878if not defined PYTHON_EXECUTABLE (
79- @ rem # check for a file named PYTHON_EXECUTABLE
79+ @ rem # check for a file named PYTHON_EXECUTABLE
8080 if exist " " %CFG_ROOT_DIR% \PYTHON_EXECUTABLE" " (
8181 set /p PYTHON_EXECUTABLE = < " " %CFG_ROOT_DIR% \PYTHON_EXECUTABLE" "
8282 ) else (
0 commit comments