minor doc fix

This commit is contained in:
Nate Prewitt
2017-09-28 03:52:45 -07:00
committed by GitHub
parent 5c8d061c29
commit 62bfa18405
+2 -2
View File
@@ -387,10 +387,10 @@ package manager, and hence unavailable for installation into virtual
environments with `pip`. In these cases, the virtual environment can
be created with access to the system `site-packages` directory::
`$ pipenv --three --site-packages
$ pipenv --three --site-packages
To ensure that all `pip`-installable components actually are installed
into the virtual environment and system pacakges are only used for
into the virtual environment and system packages are only used for
interfaces that don't participate in Python-level dependency resolution
at all, use the `PIP_IGNORE_INSTALLED` setting::