Skip to content

Commit

Permalink
Replace "DOS box" with link to Windows FAQ. (GH-12390)
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Mar 24, 2019
1 parent 3d07c1e commit 6661c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Doc/faq/windows.rst
Expand Up @@ -15,6 +15,8 @@ Python on Windows FAQ
.. XXX need review for Python 3.
XXX need review for Windows Vista/Seven?
.. _faq-run-program-under-windows:


How do I run a Python program under Windows?
--------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Doc/tutorial/interpreter.rst
Expand Up @@ -26,7 +26,7 @@ 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
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

Expand Down

0 comments on commit 6661c17

Please sign in to comment.