aboutsummaryrefslogtreecommitdiffstats
path: root/dev.sh
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-21 10:46:03 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-21 10:46:03 +1300
commit0ebcd21eb11aebd1ce02579b835607b2af23aac2 (patch)
tree11873718c932ca396f5cd7b0a6240c5f15ecce59 /dev.sh
parent635c77d4ed98e1f7a4d2b8dbb4f54090c5859741 (diff)
downloadmitmproxy-0ebcd21eb11aebd1ce02579b835607b2af23aac2.tar.gz
mitmproxy-0ebcd21eb11aebd1ce02579b835607b2af23aac2.tar.bz2
mitmproxy-0ebcd21eb11aebd1ce02579b835607b2af23aac2.zip
dev.sh: pin to v3.5 for now
We can generalise this again when 3.6 comes out...
Diffstat (limited to 'dev.sh')
-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"