mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 06:46:17 +00:00
Update gpip function to use explicit false value
This commit fixes #1099. See that issue for more details.
This commit is contained in:
@@ -79,7 +79,7 @@ adding the following to your :file:`~/.bashrc` file:
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
gpip() {
|
gpip() {
|
||||||
PIP_REQUIRE_VIRTUALENV="" pip "$@"
|
PIP_REQUIRE_VIRTUALENV=false pip "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
After saving the changes and sourcing your :file:`~/.bashrc` file you can now
|
After saving the changes and sourcing your :file:`~/.bashrc` file you can now
|
||||||
|
|||||||
Reference in New Issue
Block a user