1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 05:43:53 -05:00

Allow overriding HTTP client type based on environment variable PYTHON_BUILD_HTTP_CLIENT (#1126)

This commit is contained in:
Yamashita, Yuu
2018-04-24 02:23:08 +00:00
parent 63c4b7f45c
commit fc90785f75
2 changed files with 23 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
unset PYENV_VERSION
unset PYENV_DIR
unset PYTHON_BUILD_HTTP_CLIENT
# guard against executing this block twice due to bats internals
if [ -z "$PYENV_TEST_DIR" ]; then