CSIT-114: Eliminate repeated download of PIP packages
[csit.git] / bootstrap.sh
index 9c7db03..ee80247 100755 (executable)
@@ -184,7 +184,7 @@ if [ "$?" -ne "0" ]; then
 fi
 
 
-virtualenv env
+virtualenv --system-site-packages env
 . env/bin/activate
 
 echo pip install