Skip to content

Commit 365ab6b

Browse files
author
Kenneth Reitz
committed
missed a spot
1 parent a2e4b86 commit 365ab6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/install/win.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Typing the full path name for a Python interpreter each time quickly gets tediou
1313

1414
You can do this easily by running the following in ``powershell``::
1515

16-
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27", "User")
16+
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27\;C:\Python27\Scripts\", "User")
1717

1818
You do not need to install or configure anything else to use Python. Having said that, I would strongly recommend that you install the tools and libraries described in the next section before you start building Python applications for real-world use. In particular, you should always install Distribute, as it makes it much easier for you to use other third-party Python libraries.
1919

0 commit comments

Comments
 (0)