返回
Warning: You may not have write permissions to the file; saving may fail.
import ensurepip import sys if __name__ == "__main__": sys.exit(ensurepip._main())
保存