Skip to content
Snippets Groups Projects
Commit a7339a99 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix SCL usage

parent 78e69b89
Branches
Tags
No related merge requests found
Pipeline #
......@@ -18,7 +18,7 @@ rm -Rf "$VENV_VERSION"
curl -k https://pypi.python.org/packages/source/v/virtualenv/$VENV_VERSION.tar.gz | tar xfz -
VIRTUALENV=virtualenv
scl enable python27 $VENV_VERSION/virtualenv.py -p $PYTHON_EXE --system-site-packages --no-setuptools .env
scl enable python27 "$VENV_VERSION/virtualenv.py -p $PYTHON_EXE --system-site-packages --no-setuptools .env"
source .env/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment