mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #775 from ngoldbaum/patch-1
typo fix in virtualenv development instructions
This commit is contained in:
@@ -18,8 +18,8 @@ environment of the project. Over time this can result in a messy global package
|
|||||||
list.
|
list.
|
||||||
|
|
||||||
In order to make sure that you install packages to your active virtual
|
In order to make sure that you install packages to your active virtual
|
||||||
environment when you use ``pip install``, consider adding the following two
|
environment when you use ``pip install``, consider adding the following
|
||||||
lines to your :file:`~/.bashrc` file:
|
line to your :file:`~/.bashrc` file:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user