Skip to content

Instantly share code, notes, and snippets.

@jaywhy13
Last active January 14, 2016 00:03
Show Gist options
  • Save jaywhy13/3ce4bed7b46c83892351 to your computer and use it in GitHub Desktop.
Save jaywhy13/3ce4bed7b46c83892351 to your computer and use it in GitHub Desktop.
Setup Vagrant with Virtualenvwrapper
#!/bin/bash
# Install virtualenvwrapper library
sudo pip install virtualenvwrapper
# Configure .bashrc
echo "export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=/vagrant
source /usr/local/bin/virtualenvwrapper.sh" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment