installing python setup tools & virtual env in windows

Post on 14-May-2015

4.216 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Pycon India 2012 - Django Tutorial - Pre-requisite Series

TRANSCRIPT

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!

top related