Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d07c1e commit 6661c17Copy full SHA for 6661c17
2 files changed
Doc/faq/windows.rst
@@ -15,6 +15,8 @@ Python on Windows FAQ
15
.. XXX need review for Python 3.
16
XXX need review for Windows Vista/Seven?
17
18
+.. _faq-run-program-under-windows:
19
+
20
21
How do I run a Python program under Windows?
22
--------------------------------------------
Doc/tutorial/interpreter.rst
@@ -26,7 +26,7 @@ popular alternative location.)
26
On Windows machines, the Python installation is usually placed in
27
:file:`C:\\Python36`, though you can change this when you're running the
28
installer. To add this directory to your path, you can type the following
29
-command into the command prompt in a DOS box::
+command into :ref:`a command prompt window <faq-run-program-under-windows>`::
30
31
set path=%path%;C:\python36
32
0 commit comments