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:
Greg Price
2017-08-08 15:44:40 -07:00
parent b0e4233d3f
commit d3a69da829
7 changed files with 13 additions and 33 deletions

View File

@@ -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?
''')