DCD-686: Try with python3.

This commit is contained in:
Steve Smith
2019-10-04 12:10:07 +10:00
parent ba25ab8f73
commit 60b823cd02
3 changed files with 5 additions and 143 deletions

View File

@@ -15,8 +15,8 @@ fi
if [[ $1 == "--dev" ]]; then
./bin/pacapt install --noconfirm \
python-dev python-pip
python3-dev python3-pip
pip install pipenv
pip3 install pipenv
pipenv sync --dev
fi