@@ -214,13 +214,13 @@ of available options is shown below.
214214For example, to silently install a default, system-wide Python installation,
215215you could use the following command (from an elevated command prompt)::
216216
217- python-3.6 .0.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0
217+ python-3.8 .0.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0
218218
219219To allow users to easily install a personal copy of Python without the test
220220suite, you could provide a shortcut with the following command. This will
221221display a simplified initial page and disallow customization::
222222
223- python-3.6 .0.exe InstallAllUsers=0 Include_launcher=0 Include_test=0
223+ python-3.8 .0.exe InstallAllUsers=0 Include_launcher=0 Include_test=0
224224 SimpleInstall=1 SimpleInstallDescription="Just for me, no test suite."
225225
226226(Note that omitting the launcher also omits file associations, and is only
@@ -257,13 +257,13 @@ where a large number of installations are going to be performed it is very
257257useful to have a locally cached copy.
258258
259259Execute the following command from Command Prompt to download all possible
260- required files. Remember to substitute ``python-3.6 .0.exe `` for the actual
260+ required files. Remember to substitute ``python-3.8 .0.exe `` for the actual
261261name of your installer, and to create layouts in their own directories to
262262avoid collisions between files with the same name.
263263
264264::
265265
266- python-3.6 .0.exe /layout [optional target directory]
266+ python-3.8 .0.exe /layout [optional target directory]
267267
268268You may also specify the ``/quiet `` option to hide the progress display.
269269
@@ -530,7 +530,7 @@ To temporarily set environment variables, open Command Prompt and use the
530530
531531.. code-block :: doscon
532532
533- C:\>set PATH=C:\Program Files\Python 3.6 ;%PATH%
533+ C:\>set PATH=C:\Program Files\Python 3.8 ;%PATH%
534534 C:\>set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib
535535 C:\>python
536536
@@ -603,7 +603,7 @@ of your Python installation, delimited by a semicolon from other entries. An
603603example variable could look like this (assuming the first two entries already
604604existed)::
605605
606- C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Python 3.6
606+ C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Python 3.8
607607
608608.. _launcher :
609609
0 commit comments