mirror of
https://github.com/python/cpython.git
synced 2025-10-05 14:41:07 +00:00

Previously ensurepip would always report success, even if the
pip installation failed.
(cherry picked from commit 9adda0cdf8
)
* Update version changed notice for backport
5 lines
88 B
Python
5 lines
88 B
Python
import ensurepip
|
|
import sys
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(ensurepip._main())
|