mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-36008: Doc update for 3.8 migration (GH-12887)
This commit is contained in:
parent
32d1458b2e
commit
3e2afd78ba
3 changed files with 10 additions and 10 deletions
|
@ -24,11 +24,11 @@ Python guru or system administrator. (E.g., :file:`/usr/local/python` is a
|
|||
popular alternative location.)
|
||||
|
||||
On Windows machines, the Python installation is usually placed in
|
||||
:file:`C:\\Python36`, though you can change this when you're running the
|
||||
:file:`C:\\Python38`, though you can change this when you're running the
|
||||
installer. To add this directory to your path, you can type the following
|
||||
command into :ref:`a command prompt window <faq-run-program-under-windows>`::
|
||||
|
||||
set path=%path%;C:\python36
|
||||
set path=%path%;C:\python38
|
||||
|
||||
Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on
|
||||
Windows) at the primary prompt causes the interpreter to exit with a zero exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue