Commit 6661c172 authored by Ned Deily's avatar Ned Deily Committed by GitHub

Replace "DOS box" with link to Windows FAQ. (GH-12390)

parent 3d07c1ee
...@@ -15,6 +15,8 @@ Python on Windows FAQ ...@@ -15,6 +15,8 @@ Python on Windows FAQ
.. XXX need review for Python 3. .. XXX need review for Python 3.
XXX need review for Windows Vista/Seven? XXX need review for Windows Vista/Seven?
.. _faq-run-program-under-windows:
How do I run a Python program under Windows? How do I run a Python program under Windows?
-------------------------------------------- --------------------------------------------
......
...@@ -26,7 +26,7 @@ popular alternative location.) ...@@ -26,7 +26,7 @@ popular alternative location.)
On Windows machines, the Python installation is usually placed in 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:\\Python36`, though you can change this when you're running the
installer. To add this directory to your path, you can type the following installer. To add this directory to your path, you can type the following
command into the command prompt in a DOS box:: command into :ref:`a command prompt window <faq-run-program-under-windows>`::
set path=%path%;C:\python36 set path=%path%;C:\python36
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment