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 7402c26

Browse filesBrowse files
authored
Merge pull request realpython#856 from kikisdeliveryservice/venv-add-link
add internal link to version control ignores
2 parents 44ee967 + d6982f1 commit 7402c26
Copy full SHA for 7402c26

File tree

2 files changed

+3
-1
lines changed
Filter options

2 files changed

+3
-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
@@ -310,7 +310,7 @@ This can help ensure consistency across installations, across deployments,
310310
and across developers.
311311

312312
Lastly, remember to exclude the virtual environment folder from source
313-
control by adding it to the ignore list.
313+
control by adding it to the ignore list (see :ref:`Version Control Ignores<version_control_ignores>`).
314314

315315
.. _virtualenvwrapper-ref:
316316

‎docs/writing/gotchas.rst

Copy file name to clipboardExpand all lines: docs/writing/gotchas.rst
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ Here's nice trick for removing all of these files, if they already exist::
232232
Run that from the root directory of your project, and all ``.pyc`` files
233233
will suddenly vanish. Much better.
234234

235+
.. _version_control_ignores:
236+
235237
Version Control Ignores
236238
~~~~~~~~~~~~~~~~~~~~~~~
237239

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.