1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

Ignore user's site-packages on ensurepip/get-pip (#411)

https://www.python.org/dev/peps/pep-0370/
This commit is contained in:
Yamashita, Yuu
2015-07-18 14:22:58 +09:00
parent a3bea25ddc
commit ce671398f8
2 changed files with 4 additions and 4 deletions

View File

@@ -178,7 +178,7 @@ OUT
assert_success
assert_build_log <<OUT
python -m ensurepip
python -s -m ensurepip
OUT
}
@@ -196,7 +196,7 @@ OUT
assert_success
assert_build_log <<OUT
python -m ensurepip --altinstall
python -s -m ensurepip --altinstall
OUT
}