minor fixes

This commit is contained in:
Maximilian Hils
2016-11-10 08:50:21 +01:00
parent 47ec1c9570
commit 677789a617
8 changed files with 40 additions and 31 deletions

2
dev.sh
View File

@@ -7,7 +7,7 @@ VENV="venv$PYVERSION"
echo "Creating dev environment in $VENV using Python $PYVERSION"
python$PYVERSION -m virtualenv "$VENV" --always-copy
python$PYVERSION -m venv "$VENV"
. "$VENV/bin/activate"
pip$PYVERSION install -U pip setuptools
pip$PYVERSION install -r requirements.txt