Difference between revisions of "Python"

From TSG Doc
Jump to navigation Jump to search
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 12: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\;

Windows Installation PIP package manager

Windows Installation Setup-Tools (easy_install)

Check Windows Handlers

Execute Python TestArgs.py

Linux Installation