From 366202c6b3907b42ebce2aed234b2bf6ec02f9be Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 04:22:53 -0500 Subject: [PATCH] attribution --- docs/starting/install/win.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/install/win.rst b/docs/starting/install/win.rst index 18aa9a0..8ea6ce9 100644 --- a/docs/starting/install/win.rst +++ b/docs/starting/install/win.rst @@ -5,7 +5,7 @@ First, download the `latest version <>`_ of Python 2 from the official Website. The Windows version is provided as an MSI package. To install it manually, just double-click the file. The MSI package format allows Windows administrators to automate installation with their standard tools. -By design, Python installs to a directory with the version number embedded, e.g. C:\Python27\, so that you can have multiple versions of Python on the same system without conflicts. Of course, only one interpreter can be the default application for Python file types. It also does not automatically modify the PATH environment variable, so that you always have control over which copy of Python is run. +By design, Python installs to a directory with the version number embedded, e.g. ``C:\Python27\``, so that you can have multiple versions of Python on the same system without conflicts. Of course, only one interpreter can be the default application for Python file types. It also does not automatically modify the ``PATH`` environment variable, so that you always have control over which copy of Python is run. Typing the full path name for a Python interpreter each time quickly gets tedious, so add the directories for your default Python version to the PATH. Assuming that your Python installation is in ``C:\Python27\``, add this to your PATH:: @@ -55,4 +55,4 @@ Each new environment automatically includes a copy of ``pip`` in the ``Scripts`` -------------------------------- -This page is a remixed version of `another guide`_, which is available under the same license. +This page is a remixed version of `another guide `_, which is available under the same license.