mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
committed by
Tim Abbott
parent
4c603990d2
commit
2ad1a27b28
@@ -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=<api_key>'
|
||||
|
||||
Reference in New Issue
Block a user