Python

From TSG Doc
Jump to navigation Jump to search

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