@@ -193,13 +193,13 @@ of available options is shown below.
193193For example, to silently install a default, system-wide Python installation,
194194you could use the following command (from an elevated command prompt)::
195195
196- python-3.6 .0.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0
196+ python-3.7 .0.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0
197197
198198To allow users to easily install a personal copy of Python without the test
199199suite, you could provide a shortcut with the following command. This will
200200display a simplified initial page and disallow customization::
201201
202- python-3.6 .0.exe InstallAllUsers=0 Include_launcher=0 Include_test=0
202+ python-3.7 .0.exe InstallAllUsers=0 Include_launcher=0 Include_test=0
203203 SimpleInstall=1 SimpleInstallDescription="Just for me, no test suite."
204204
205205(Note that omitting the launcher also omits file associations, and is only
@@ -236,13 +236,13 @@ where a large number of installations are going to be performed it is very
236236useful to have a locally cached copy.
237237
238238Execute the following command from Command Prompt to download all possible
239- required files. Remember to substitute ``python-3.6 .0.exe `` for the actual
239+ required files. Remember to substitute ``python-3.7 .0.exe `` for the actual
240240name of your installer, and to create layouts in their own directories to
241241avoid collisions between files with the same name.
242242
243243::
244244
245- python-3.6 .0.exe /layout [optional target directory]
245+ python-3.7 .0.exe /layout [optional target directory]
246246
247247You may also specify the ``/quiet `` option to hide the progress display.
248248
@@ -349,7 +349,7 @@ To temporarily set environment variables, open Command Prompt and use the
349349
350350.. code-block :: doscon
351351
352- C:\>set PATH=C:\Program Files\Python 3.6 ;%PATH%
352+ C:\>set PATH=C:\Program Files\Python 3.7 ;%PATH%
353353 C:\>set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib
354354 C:\>python
355355
@@ -422,7 +422,7 @@ of your Python installation, delimited by a semicolon from other entries. An
422422example variable could look like this (assuming the first two entries already
423423existed)::
424424
425- C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Python 3.6
425+ C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Python 3.7
426426
427427.. _launcher :
428428
0 commit comments