You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/08/26 19:05:35 UTC

svn commit: r1517605 - /incubator/climate/trunk/easy-ocw/install.sh

Author: joyce
Date: Mon Aug 26 17:05:34 2013
New Revision: 1517605

URL: http://svn.apache.org/r1517605
Log:
CLIMATE-253 - Fix post-install instructions in Easy OCW

Modified:
    incubator/climate/trunk/easy-ocw/install.sh

Modified: incubator/climate/trunk/easy-ocw/install.sh
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/easy-ocw/install.sh?rev=1517605&r1=1517604&r2=1517605&view=diff
==============================================================================
--- incubator/climate/trunk/easy-ocw/install.sh (original)
+++ incubator/climate/trunk/easy-ocw/install.sh Mon Aug 26 17:05:34 2013
@@ -152,13 +152,29 @@ python bootstrap.py -d
 header "Easy OCW installation complete."
 
 cat << OUTRO
-If this installed virtualenv for you, make sure you set the following values in
+If this installed virtualenv for you, make sure you set the following in
 your shell's RC file.
 
     export WORKON_HOME=$HOME/.virtualenvs
+
+Additionally, you need to source the virtualenvwrapper script in your shell's
+RC file. Run the following to find the location of the file.
+
+	which virtualenv
+
+Take the output from the above, add "wrapper.sh" to the end and place it in your
+shell's RC file. As an example, if the result of 'which virtualenv' gives you
+'/usr/local/bin' then you place the following in your shell's RC file:
+
     source /usr/local/bin/virtualenvwrapper.sh
 
-Similarly, the default virtualenv environment that this script creates for you
+If you have a hard time finding the location of the virtualenvwrapper script 
+with the above method you can also run the following. Be aware that this could
+take a while to finish.
+
+	find / -name "virtualenvwrapper.sh"
+
+The default virtualenv environment that this script creates for you
 to use during OCW work is called "ocw". Whenever you want to work on OCW
 tasks be sure to run