@@ -193,13 +193,13 @@ of available options is shown below.
193
193
For example, to silently install a default, system-wide Python installation,
194
194
you could use the following command (from an elevated command prompt)::
195
195
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
197
197
198
198
To allow users to easily install a personal copy of Python without the test
199
199
suite, you could provide a shortcut with the following command. This will
200
200
display a simplified initial page and disallow customization::
201
201
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
203
203
SimpleInstall=1 SimpleInstallDescription="Just for me, no test suite."
204
204
205
205
(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
236
236
useful to have a locally cached copy.
237
237
238
238
Execute 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
240
240
name of your installer, and to create layouts in their own directories to
241
241
avoid collisions between files with the same name.
242
242
243
243
::
244
244
245
- python-3.6 .0.exe /layout [optional target directory]
245
+ python-3.7 .0.exe /layout [optional target directory]
246
246
247
247
You may also specify the ``/quiet `` option to hide the progress display.
248
248
@@ -349,7 +349,7 @@ To temporarily set environment variables, open Command Prompt and use the
349
349
350
350
.. code-block :: doscon
351
351
352
- C:\>set PATH=C:\Program Files\Python 3.6 ;%PATH%
352
+ C:\>set PATH=C:\Program Files\Python 3.7 ;%PATH%
353
353
C:\>set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib
354
354
C:\>python
355
355
@@ -422,7 +422,7 @@ of your Python installation, delimited by a semicolon from other entries. An
422
422
example variable could look like this (assuming the first two entries already
423
423
existed)::
424
424
425
- C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Python 3.6
425
+ C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Python 3.7
426
426
427
427
.. _launcher :
428
428
0 commit comments