Skip to content

Commit 4050adc

Browse files
committed
Update gpip function to use explicit false value
This commit fixes #1099. See that issue for more details.
1 parent e8f8054 commit 4050adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/pip-virtualenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ adding the following to your :file:`~/.bashrc` file:
7979
.. code-block:: console
8080
8181
gpip() {
82-
PIP_REQUIRE_VIRTUALENV="" pip "$@"
82+
PIP_REQUIRE_VIRTUALENV=false pip "$@"
8383
}
8484
8585
After saving the changes and sourcing your :file:`~/.bashrc` file you can now

0 commit comments

Comments
 (0)