Skip to content

Commit 90cbdc8

Browse files
authored
Trivial fix
1 parent 6140459 commit 90cbdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/virtualenvs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ or change the interpreter globally with an env variable in ``~/.bashrc``:
260260
$ source venv/bin/activate
261261
262262
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
263+
the prompt (e.g. ``(venv)Your-Computer:project_folder UserName$``) to let you know
264264
that it's active. From now on, any package that you install using pip will be
265265
placed in the ``venv`` folder, isolated from the global Python installation.
266266

0 commit comments

Comments
 (0)