Author: brane
Date: Tue May 7 20:30:34 2013
New Revision: 1480061
URL: http://svn.apache.org/r1480061
Log:
* installer/README.rst: Bring the note about using the --system-site-packages
option with virtualenv from the 0.5 branch back to trunk.
Modified:
bloodhound/trunk/installer/README.rst
Modified: bloodhound/trunk/installer/README.rst
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/installer/README.rst?rev=1480061&r1=1480060&r2=1480061&view=diff
==============================================================================
--- bloodhound/trunk/installer/README.rst (original)
+++ bloodhound/trunk/installer/README.rst Tue May 7 20:30:34 2013
@@ -101,13 +101,13 @@ Installation and Initial Configuration
Environment setup is achieved with the following commands on linux::
$ cd bloodhound/installer
- $ virtualenv bloodhound
+ $ virtualenv --system-site-packages bloodhound
$ source ./bloodhound/bin/activate
or on windows::
$ cd bloodhound\installer
- $ virtualenv bloodhound
+ $ virtualenv --system-site-packages bloodhound
$ bloodhound\bin\activate.bat
From now on, all shell commands should be run within the activated virtualenv