Quiet mode is a lie!

This commit is contained in:
Cory Benfield 2016-06-02 18:47:40 -07:00
parent 179b6e3525
commit 010e3bb39d
No known key found for this signature in database
GPG Key ID: 70FE17F8A643E15B
1 changed files with 2 additions and 2 deletions

4
dev.sh
View File

@ -9,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."