diff --git a/dev.sh b/dev.sh index 889ffecbe..3a68a9fed 100755 --- a/dev.sh +++ b/dev.sh @@ -2,8 +2,8 @@ set -e set -x -PYVERSION=$1 -VENV="venv$1" +PYVERSION=3.5 +VENV="venv$PYVERSION" echo "Creating dev environment in $VENV using Python $PYVERSION"