Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fca589d

Browse filesBrowse files
authored
Merge pull request realpython#1004 from imba-tjd/patch-1
Trivial fix
2 parents 6140459 + 90cbdc8 commit fca589d
Copy full SHA for fca589d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/dev/virtualenvs.rst

Copy file name to clipboardExpand all lines: docs/dev/virtualenvs.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.