installing python setup tools & virtual env in windows

15
Installing Python Setup Tools & Virtual Env

Upload: sivasubramaniam-arunachalam

Post on 14-May-2015

4.214 views

Category:

Technology


0 download

DESCRIPTION

Pycon India 2012 - Django Tutorial - Pre-requisite Series

TRANSCRIPT

Page 1: Installing Python Setup Tools & Virtual Env in Windows

Installing Python Setup Tools & Virtual Env

Page 2: Installing Python Setup Tools & Virtual Env in Windows

Go to Setup Tools Download Page

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

Page 3: Installing Python Setup Tools & Virtual Env in Windows

Choose the selected version

Page 4: Installing Python Setup Tools & Virtual Env in Windows

Save & Run

Page 5: Installing Python Setup Tools & Virtual Env in Windows

Choose Yes

Page 6: Installing Python Setup Tools & Virtual Env in Windows

Choose Next

Page 7: Installing Python Setup Tools & Virtual Env in Windows

Choose Next

Page 8: Installing Python Setup Tools & Virtual Env in Windows

Choose Next

Page 9: Installing Python Setup Tools & Virtual Env in Windows

Choose Finish

Page 10: Installing Python Setup Tools & Virtual Env in Windows

Verify the Location (Under Scripts)

Page 11: Installing Python Setup Tools & Virtual Env in Windows

Set up the Environment Variables

C:\Python27\Scripts

Page 12: Installing Python Setup Tools & Virtual Env in Windows

Verify it in the Terminal

Page 13: Installing Python Setup Tools & Virtual Env in Windows

Install Virtual Env

# easy_install virtualenv

Page 14: Installing Python Setup Tools & Virtual Env in Windows

Verify the Installation

Page 15: Installing Python Setup Tools & Virtual Env in Windows

You are ready to rock!