Y
Hacker News
new
|
ask
|
show
|
jobs
by
mas1n
5162 days ago
Or you can install virtualenvwrapper (
http://www.doughellmann.com/projects/virtualenvwrapper/
) and after a little configuration...
$ mkvirtualenv env1 (env1)$ pip install somepackage
Creating self containing python projects has never been so easy!