mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 13:42:03 +00:00
Py3 Fix
This commit is contained in:
parent
cf8e9fbb44
commit
72749c7bc5
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
PYCHECK=$(python -c 'import sys; print sys.version_info < (2, 7)')
|
||||
PYCHECK=$(python -c 'import sys; print(sys.version_info < (2, 7))')
|
||||
if [ "$PYCHECK" == "True" ]; then
|
||||
pip install argparse --use-mirrors
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user