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

Merge pull request #2764 from xaocon/pip-fix

use -I with ensurepip
This commit is contained in:
native-api
2023-08-30 21:16:25 +03:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ OUT
assert_success
assert_build_log <<OUT
python -s -m ensurepip
python -I -m ensurepip
OUT
}
@@ -218,7 +218,7 @@ OUT
assert_success
assert_build_log <<OUT
python -s -m ensurepip --altinstall
python -I -m ensurepip --altinstall
OUT
}