From 4050adc9cb2657a7139a04e892501c77e303ae49 Mon Sep 17 00:00:00 2001 From: trk9001 Date: Tue, 4 May 2021 19:54:28 +0600 Subject: [PATCH] Update gpip function to use explicit false value This commit fixes #1099. See that issue for more details. --- docs/dev/pip-virtualenv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/pip-virtualenv.rst b/docs/dev/pip-virtualenv.rst index ee223078e..667f30c7a 100644 --- a/docs/dev/pip-virtualenv.rst +++ b/docs/dev/pip-virtualenv.rst @@ -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