mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 04:23:47 -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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user