mirror of
https://github.com/python/cpython.git
synced 2026-04-23 12:21:01 +00:00
[3.7]Documentation minor update related to 3.6 - 3.7 migration (GH-9501)
Change version from 3.6 to 3.7 in the documentation when it addresses newcomers. original request from python/python-docs-fr#273
This commit is contained in:
parent
7a26222d7c
commit
881ddffbff
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:\\Python37`, 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 the command prompt in a DOS box::
|
||||
|
||||
set path=%path%;C:\python36
|
||||
set path=%path%;C:\python37
|
||||
|
||||
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