mirror of
https://github.com/python/cpython.git
synced 2024-11-22 05:26:10 +01:00
9adda0cdf8
Previously ensurepip would always report success, even if the pip installation failed.
6 lines
88 B
Python
6 lines
88 B
Python
import ensurepip
|
|
import sys
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(ensurepip._main())
|