mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
setup_docs: Put activation command in a code block for WSL.
This commit puts the activation command in a code block instead of an inline code snippet.
This commit is contained in:
committed by
Tim Abbott
parent
3a33060891
commit
d37f6c56be
@@ -665,8 +665,12 @@ close your terminal window(s).
|
||||
On Windows with WSL 2, to resume developing you just need to open a new Git
|
||||
BASH window. Then change into your `zulip` folder and verify the Python
|
||||
environment was properly activated (you will see `(zulip-py3-venv)`). If the
|
||||
`(zulip-py3-venv)` part is missing, run
|
||||
`source /srv/zulip-py3-venv/bin/activate`.
|
||||
`(zulip-py3-venv)` part is missing, run:
|
||||
|
||||
```console
|
||||
$ source /srv/zulip-py3-venv/bin/activate
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
:::{tab-item} Windows (VM)
|
||||
|
Reference in New Issue
Block a user