Skip to content

Commit 120483a

Browse files
committed
Create virtualenv with --no-site-packages
1 parent 5d0374c commit 120483a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pyve_path=$NIMBUS_HOME/ve
9494
echo "Installing from $NIMBUS_SRC"
9595

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

0 commit comments

Comments
 (0)