Installing Python Setup Tools & Virtual Env in Windows

Post on 14-May-2015

4.210 views 0 download

Tags:

description

Pycon India 2012 - Django Tutorial - Pre-requisite Series

Transcript of Installing Python Setup Tools & Virtual Env in Windows

Installing Python Setup Tools & Virtual Env

Go to Setup Tools Download Page

http://pypi.python.org/pypi/setuptools#files

Choose the selected version

Save & Run

Choose Yes

Choose Next

Choose Next

Choose Next

Choose Finish

Verify the Location (Under Scripts)

Set up the Environment Variables

C:\Python27\Scripts

Verify it in the Terminal

Install Virtual Env

# easy_install virtualenv

Verify the Installation

You are ready to rock!