Python: ensurepip install instead of upgrade (#28553)
This commit is contained in:
@@ -492,7 +492,7 @@ def configure_args(self):
|
||||
|
||||
if spec.satisfies('@2.7.9:2,3.4:'):
|
||||
if '+ensurepip' in spec:
|
||||
config_args.append('--with-ensurepip')
|
||||
config_args.append('--with-ensurepip=install')
|
||||
else:
|
||||
config_args.append('--without-ensurepip')
|
||||
|
||||
|
Reference in New Issue
Block a user