We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c8dfb2 + f0687da commit ebfd9b7Copy full SHA for ebfd9b7
docs/dev/pip-virtualenv.rst
@@ -79,7 +79,7 @@ adding the following to your :file:`~/.bashrc` file:
79
.. code-block:: console
80
81
gpip() {
82
- PIP_REQUIRE_VIRTUALENV="" pip "$@"
+ PIP_REQUIRE_VIRTUALENV=false pip "$@"
83
}
84
85
After saving the changes and sourcing your :file:`~/.bashrc` file you can now
0 commit comments