aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdev.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev.sh b/dev.sh
index 889ffecb..3a68a9fe 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"