Skip to content

Commit 366202c

Browse files
author
Kenneth Reitz
committed
attribution
1 parent 445d800 commit 366202c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/starting/install/win.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ First, download the `latest version <>`_ of Python 2 from the official Website.
55

66
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.
77

8-
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.
8+
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.
99

1010
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::
1111

@@ -55,4 +55,4 @@ Each new environment automatically includes a copy of ``pip`` in the ``Scripts``
5555

5656
--------------------------------
5757

58-
This page is a remixed version of `another guide<http://www.stuartellis.eu/articles/python-development-windows/>`_, which is available under the same license.
58+
This page is a remixed version of `another guide <http://www.stuartellis.eu/articles/python-development-windows/>`_, which is available under the same license.

0 commit comments

Comments
 (0)