Unset PIP_REQUIRE_VENV before executing pip install. (#10)

This commit is contained in:
Yamashita Yuu
2014-01-22 20:08:11 +09:00
parent a40cbc8acd
commit 826a7e1a37
2 changed files with 24 additions and 0 deletions

View File

@@ -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=()