+ All Categories
Home > Technology > Installing Python Setup Tools & Virtual Env in Windows

Installing Python Setup Tools & Virtual Env in Windows

Date post: 14-May-2015
Category:
Upload: sivasubramaniam-arunachalam
View: 4,203 times
Download: 0 times
Share this document with a friend
Description:
Pycon India 2012 - Django Tutorial - Pre-requisite Series
Popular Tags:
15
Installing Python Setup Tools & Virtual Env
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!


Recommended