curl -s https://raw.github.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | bash source ~/.venvburrito/startup.sh mkvirtualenv --no-site-packages fabric pip install Fabric
You will likely want the python-dev .deb installed before starting this process.
When you want to switch back to your system python installation:
deactivate
Post a Comment