From 6e76ba8ef87fc94008d038ae82a96c3420ee03ec Mon Sep 17 00:00:00 2001 From: thatandromeda Date: Fri, 2 Dec 2011 13:57:04 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8ebfac6..240e85b8 100644 --- a/README.md +++ b/README.md @@ -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 +# 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