From 6661c1720ebd322e2cb6995a243e8dc6e588d931 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sun, 24 Mar 2019 15:03:54 -0400 Subject: Replace "DOS box" with link to Windows FAQ. (GH-12390) --- Doc/faq/windows.rst | 2 ++ Doc/tutorial/interpreter.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst index 75ebe60..ad97cd0 100644 --- a/Doc/faq/windows.rst +++ b/Doc/faq/windows.rst @@ -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? -------------------------------------------- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 6cdc6c8..ab92af0 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -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 `:: set path=%path%;C:\python36 -- cgit v0.12