You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by rj...@apache.org on 2014/12/16 04:18:22 UTC

svn commit: r1645828 - /bloodhound/trunk/installer/README.rst

Author: rjollos
Date: Tue Dec 16 03:18:22 2014
New Revision: 1645828

URL: http://svn.apache.org/r1645828
Log:
0.9dev: Fixed location of `activate.bat` on Windows.

Thanks to Thimal Kempitiya for the patch.

Modified:
    bloodhound/trunk/installer/README.rst

Modified: bloodhound/trunk/installer/README.rst
URL: http://svn.apache.org/viewvc/bloodhound/trunk/installer/README.rst?rev=1645828&r1=1645827&r2=1645828&view=diff
==============================================================================
--- bloodhound/trunk/installer/README.rst (original)
+++ bloodhound/trunk/installer/README.rst Tue Dec 16 03:18:22 2014
@@ -108,7 +108,7 @@ or on windows::
 
   $ cd bloodhound\installer
   $ virtualenv --system-site-packages bloodhound
-  $ bloodhound\bin\activate.bat
+  $ bloodhound\Scripts\activate.bat
 
 From now on, all shell commands should be run within the activated virtualenv
 so run::
@@ -117,7 +117,7 @@ so run::
 
 or::
 
-  $ bloodhound\bin\activate.bat
+  $ bloodhound\Scripts\activate.bat
 
 as appropriate if you need to continue running these instructions in a fresh 
 shell.