mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Merge pull request #1202 from Lukasa/track-down-crypto-problems
Better debugging output.
This commit is contained in:
commit
a2d13714a6
5
dev.sh
5
dev.sh
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
set -x
|
||||
|
||||
PYVERSION=$1
|
||||
VENV="venv$1"
|
||||
@ -8,8 +9,8 @@ echo "Creating dev environment in $VENV using Python $PYVERSION"
|
||||
|
||||
python$PYVERSION -m virtualenv "$VENV" --always-copy
|
||||
. "$VENV/bin/activate"
|
||||
pip$PYVERSION install -q -U pip setuptools
|
||||
pip$PYVERSION install -q -r requirements.txt
|
||||
pip$PYVERSION install -U pip setuptools
|
||||
pip$PYVERSION install -r requirements.txt
|
||||
|
||||
echo ""
|
||||
echo "* Virtualenv created in $VENV and all dependencies installed."
|
||||
|
Loading…
Reference in New Issue
Block a user