Update gpip function to use explicit false value

This commit fixes #1099. See that issue for more details.
This commit is contained in:
trk9001
2021-05-04 19:54:28 +06:00
parent e8f80541e4
commit 4050adc9cb
+1 -1
View File
@@ -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