We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f8054 commit 4050adcCopy full SHA for 4050adc
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