Difference between revisions of "Python"
Jump to navigation
Jump to search
Wiki-admin (talk | contribs) |
Wiki-admin (talk | contribs) |
||
Line 7: | Line 7: | ||
=== Set Windows Environment Variables === | === Set Windows Environment Variables === | ||
+ | Computer --> Properties --> Advanced settings --> Environment Variables. | ||
+ | |||
+ | Add the following Path: | ||
+ | |||
+ | C:\Python27;C:\Python27\Lib\site-packages\;C:\Python27\Scripts\; | ||
=== Windows Installation PIP package manager === | === Windows Installation PIP package manager === |
Revision as of 11:21, 4 August 2014
Windows Installation
Windows Installation Python 2.7
You can download the Win32 installer by clicking on the following link: https://www.python.org/downloads/
Set Windows Environment Variables
Computer --> Properties --> Advanced settings --> Environment Variables.
Add the following Path:
C:\Python27;C:\Python27\Lib\site-packages\;C:\Python27\Scripts\;