mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
missed a spot
This commit is contained in:
@@ -13,7 +13,7 @@ Typing the full path name for a Python interpreter each time quickly gets tediou
|
||||
|
||||
You can do this easily by running the following in ``powershell``::
|
||||
|
||||
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27", "User")
|
||||
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27\;C:\Python27\Scripts\", "User")
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user