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

Use SCL feature in Docker build

parent 02ee2222
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,12 @@ rm -Rf "$VENV_VERSION"
curl -k https://pypi.python.org/packages/source/v/virtualenv/$VENV_VERSION.tar.gz | tar xfz -
VIRTUALENV=virtualenv
$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
curl -k https://ssl.tiker.net/software/ez_setup.py | $PYTHON_EXE -
curl -k https://gitlab.tiker.net/inducer/pip/raw/7.0.3/contrib/get-pip.py | $PYTHON_EXE -
curl -k https://ssl.tiker.net/software/ez_setup.py | python -
curl -k https://gitlab.tiker.net/inducer/pip/raw/7.0.3/contrib/get-pip.py | python -
pip install packaging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment