Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2-incubating
-
None
Description
Easy_OCW tells you to add these commands to your RC file
export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
This source is too specific. It should be
source `which virtualenv`wrapper.sh
in order to be sufficiently generic. Update the docs to reflect this!