intchanter / Skyblock-CE

A community-maintained version of the famous Skyblock map by Noobcrew
MIT License
2 stars 0 forks source link

mkvirtualenv does not work on Mac after virtualenv install #13

Closed curtjen closed 10 years ago

curtjen commented 10 years ago

Directions for fixing this can be found here: http://virtualenvwrapper.readthedocs.org/en/latest/install.html

But more specifically with adding the following to your .bashrc or .zshrc file (shell startup file):

export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/Devel
source /usr/local/bin/virtualenvwrapper.sh
intchanter commented 10 years ago

9ea9654