8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6140459 commit 90cbdc8Copy full SHA for 90cbdc8
docs/dev/virtualenvs.rst
@@ -260,7 +260,7 @@ or change the interpreter globally with an env variable in ``~/.bashrc``:
260
$ source venv/bin/activate
261
262
The name of the current virtual environment will now appear on the left of
263
-the prompt (e.g. ``(venv)Your-Computer:project_folder UserName$)`` to let you know
+the prompt (e.g. ``(venv)Your-Computer:project_folder UserName$``) to let you know
264
that it's active. From now on, any package that you install using pip will be
265
placed in the ``venv`` folder, isolated from the global Python installation.
266
0 commit comments