justaplacetoadd
justaplacetoadd
just a place to add..
104 posts
Don't wanna be here? Send us removal request.
justaplacetoadd · 11 years ago
Photo
Tumblr media
0 notes
justaplacetoadd · 11 years ago
Photo
Tumblr media
0 notes
justaplacetoadd · 11 years ago
Photo
Tumblr media
0 notes
justaplacetoadd · 11 years ago
Photo
Tumblr media
0 notes
justaplacetoadd · 11 years ago
Link
0 notes
justaplacetoadd · 12 years ago
Text
virtualenv - python virtual environments
A python install manager. used to install multiple pythonm instance on the same machine without clobbering each other
> Install
pip install virtualenv
> Create an env
virtualenv virtualenv/
> To activate should update you prompt to () >
source /path/to/virtualenv//bin/activate
> To deactivate
deactivate
0 notes
justaplacetoadd · 12 years ago
Text
pip a python package manager
> Install package
pip install ≤package≥
> Uninstall package
`pip uninstall
0 notes
justaplacetoadd · 12 years ago
Text
yolk and python packages
yolk is a viewer for packages installed on a system
Good to find the packages installed into a virtualenv
> Install
sudo pip yolk
> List packages
yolk --list
0 notes
justaplacetoadd · 12 years ago
Link
0 notes
justaplacetoadd · 13 years ago
Link
0 notes
justaplacetoadd · 13 years ago
Link
0 notes
justaplacetoadd · 13 years ago
Link
0 notes
justaplacetoadd · 13 years ago
Link
0 notes
justaplacetoadd · 13 years ago
Link
0 notes
justaplacetoadd · 13 years ago
Link
0 notes
justaplacetoadd · 13 years ago
Link
0 notes
justaplacetoadd · 13 years ago
Link
0 notes