create-production-venv: Remove Python 2 support.

We still create a Python 2 virtualenv for thumbor but that’s
separate (/srv/zulip-thumbor-venv from
scripts/lib/create-thumbor-venv).

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-01-09 16:30:44 -08:00
committed by Tim Abbott
parent 4c603990d2
commit 2ad1a27b28
5 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ To trigger a notification using this webhook, use
`send_webhook_fixture_message` from the Zulip command line:
```
(zulip-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip$
(zulip-py3-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip$
./manage.py send_webhook_fixture_message \
> --fixture=zerver/tests/fixtures/helloworld/hello.json \
> '--url=http://localhost:9991/api/v1/external/helloworld?api_key=&lt;api_key&gt;'