diff options
-rwxr-xr-x | dev.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
![]() |
index : cloud-email/mitmproxy | |
clone of mitm proxy | James |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | dev.sh | 4 |
@@ -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" |