mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
py3: Fix or remove (almost) all references to Python 2 venv in docs.
I think soon we'll put the Python 3 venv at `/srv/zulip-venv` and make `/srv/zulip-py3-venv` just an alias to that (then remove the alias too), but for now the old name is helpful for spotting places that need an update. The `/srv/zulip-venv` name still appears in codepaths used by Travis tests.
This commit is contained in:
@@ -63,7 +63,7 @@ def check_django():
|
||||
|
||||
Make sure your shell does this at init time:
|
||||
|
||||
source /srv/zulip-venv/bin/activate
|
||||
source /srv/zulip-py3-venv/bin/activate
|
||||
|
||||
Or maybe you forget to run inside your VM?
|
||||
''')
|
||||
|
||||
Reference in New Issue
Block a user