File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ double-click the file. The MSI package format allows Windows administrators to
1313automate installation with their standard tools.
1414
1515By design, Python installs to a directory with the version number embedded,
16- e.g. Python version 2.7 will install at :file: `C:\P ython27\` , so that you can
16+ e.g. Python version 2.7 will install at :file: `C:\\ Python27\ \ `, so that you can
1717have multiple versions of Python on the
1818same system without conflicts. Of course, only one interpreter can be the
1919default application for Python file types. It also does not automatically
@@ -22,7 +22,7 @@ which copy of Python is run.
2222
2323Typing the full path name for a Python interpreter each time quickly gets
2424tedious, so add the directories for your default Python version to the :envvar: `PATH `.
25- Assuming that your Python installation is in :file: `C:\P ython27\` , add this to your
25+ Assuming that your Python installation is in :file: `C:\\ Python27\ \ `, add this to your
2626:envvar: `PATH `:
2727
2828.. code-block :: console
You can’t perform that action at this time.
0 commit comments