Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Create virtualenv with --no-site-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
priteau committed Jun 18, 2013
1 parent 5d0374c commit 120483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pyve_path=$NIMBUS_HOME/ve
echo "Installing from $NIMBUS_SRC"

cp $NIMBUS_SRC/cumulus/*.egg .
$PYTHON_EXE $NIMBUS_SRC/cumulus/virtualenv.py -p $PYTHON_EXE $pyve_path | tee -a $NIMBUS_HOME/install.log
$PYTHON_EXE $NIMBUS_SRC/cumulus/virtualenv.py --no-site-packages -p $PYTHON_EXE $pyve_path | tee -a $NIMBUS_HOME/install.log
if [ $PIPESTATUS -ne 0 ]; then
echo "ERROR: python virtualenv installation failed."
exit 1
Expand Down

0 comments on commit 120483a

Please sign in to comment.