Merge pull request #1100 from trk9001/gpipfix

Update gpip function to use explicit false value
This commit is contained in:
Dan Bader
2021-08-03 00:11:48 -07:00
committed by GitHub
+1 -1
View File
@@ -79,7 +79,7 @@ adding the following to your :file:`~/.bashrc` file:
.. code-block:: console
gpip() {
PIP_REQUIRE_VIRTUALENV="" pip "$@"
PIP_REQUIRE_VIRTUALENV=false pip "$@"
}
After saving the changes and sourcing your :file:`~/.bashrc` file you can now