remove pip-accel and make sure commands work if you're in a venv

remove pip-accel - it's not been updated in two years, and pins our
version of pip to a version that is several breaking changes old.

make sure commands work if you're already in a venv - mostly by
checking for presence of $VIRTUAL_ENV, and ensuring we use the correct
pip to install packages. Also clean up the commands a bit.
This commit is contained in:
Leo Hemsted
2018-10-04 15:52:51 +01:00
parent 640f00b0e8
commit bfc4343b0e
3 changed files with 18 additions and 22 deletions

View File

@@ -28,3 +28,5 @@ awscli-cwlogs>=1.4,<1.5
botocore<1.11.0
git+https://github.com/alphagov/notifications-utils.git@30.4.0#egg=notifications-utils==30.4.0
# if you want to update pycurl please do so in makefile