Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/dev/pip-virtualenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ environment of the project. Over time this can result in a messy global package
list.

In order to make sure that you install packages to your active virtual
environment when you use ``pip install``, consider adding the following two
lines to your :file:`~/.bashrc` file:
environment when you use ``pip install``, consider adding the following
line to your :file:`~/.bashrc` file:

.. code-block:: console

Expand Down