Skip to content

Commit ebfd9b7

Browse files
authored
Merge pull request realpython#1100 from trk9001/gpipfix
Update gpip function to use explicit false value
2 parents 0c8dfb2 + f0687da commit ebfd9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/pip-virtualenv.rst

+1-1
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)