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

Docker binary build tweak

parent 7068fe59
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ curl -k https://gitlab.tiker.net/inducer/pip/raw/7.0.3/contrib/get-pip.py | pyth ...@@ -24,7 +24,7 @@ curl -k https://gitlab.tiker.net/inducer/pip/raw/7.0.3/contrib/get-pip.py | pyth
pip install packaging pip install packaging
PYTHON_VER=$($PYTHON_EXE -c 'import sys; print(".".join(str(s) for s in sys.version_info[:2]))') PYTHON_VER=$(python -c 'import sys; print(".".join(str(s) for s in sys.version_info[:2]))')
if test "$PYTHON_VER" = "2.6"; then if test "$PYTHON_VER" = "2.6"; then
pip install pyinstaller==2.1 pip install pyinstaller==2.1
else else
......
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