mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-16 23:43:44 -05:00
Unset PIP_REQUIRE_VENV before executing pip install. (#10)
This commit is contained in:
@@ -25,6 +25,9 @@ if [ -z "$PYENV_ROOT" ]; then
|
||||
PYENV_ROOT="${HOME}/.pyenv"
|
||||
fi
|
||||
|
||||
unset PIP_REQUIRE_VENV
|
||||
unset PIP_REQUIRE_VIRTUALENV
|
||||
|
||||
# Define library functions
|
||||
parse_options() {
|
||||
OPTIONS=()
|
||||
|
||||
Reference in New Issue
Block a user