Update README.md

pull/1/head
thatandromeda 2011-12-02 13:57:04 -05:00
parent 87f07bd9c3
commit 6e76ba8ef8
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ to the process at http://blog.praveengollakota.com/47430655:
Edit or create .bashrc in ~ to enable virtualenvwrapper commands:
1. `mkdir ~/.virtualenvs`
1. Edit .bashrc to include the following lines:
export WORKON_HOME=$HOME/.virtualenvs
source <your_path_to_virtualenvwrapper.sh_here>
# export WORKON_HOME=$HOME/.virtualenvs
# source your_path_to_virtualenvwrapper.sh_here
In the above web site, the path to virtualenvwrapper.sh was
/Library/Frameworks/Python.framework/Versions/2.7/bin/virtualenvwrapper.sh