aboutsummaryrefslogtreecommitdiffstats
path: root/dev.sh
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-11-16 22:26:17 +0100
committerGitHub <noreply@github.com>2016-11-16 22:26:17 +0100
commit83fe8b530227d1fb926c8a181fed05b7c66a510c (patch)
tree37106cc9306d1ecce9d1a09f04a42235af0270e4 /dev.sh
parent5601338a1738a45533fb138612ccde9d64cb5d0d (diff)
parent2ee8bc2f1a368681c533b6c5b957446d2744a7d8 (diff)
downloadmitmproxy-83fe8b530227d1fb926c8a181fed05b7c66a510c.tar.gz
mitmproxy-83fe8b530227d1fb926c8a181fed05b7c66a510c.tar.bz2
mitmproxy-83fe8b530227d1fb926c8a181fed05b7c66a510c.zip
Merge pull request #1729 from mhils/mitmweb-fixes
minor fixes
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.sh b/dev.sh
index 3a68a9fe..4a2b766a 100755
--- a/dev.sh
+++ b/dev.sh
@@ -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