``` sudo pip install -U pip virtualenvwrapper echo -e "\nsource `which virtualenvwrapper.sh`" >> ~/.bashrc source ~/.bashrc ```