Closed harrywang closed 9 years ago
I setup my Mac correctly by following the tutorial but ran into the following error
$ mkvirtualenv DataVizProj -bash: mkvirtualenv: command not found
then, I ran (previously ran once)
source /usr/local/bin/virtualenvwrapper.sh
then, it works. Do I have to run source everytime I use mkvirtualenv?
thanks a lot for your help.
Solved:
add
to .bash_profile and
source .bash_profile
I setup my Mac correctly by following the tutorial but ran into the following error
then, I ran (previously ran once)
then, it works. Do I have to run source everytime I use mkvirtualenv?
thanks a lot for your help.