Skip to content

Python 3 does not install pip #2065

@sknigh

Description

@sknigh

Python's package contains the following two lines:

if spec.satisfies('@3:'):
    config_args.append('--without-ensurepip')

Which dates back to c65fd3a. I was able to install python with pip after commenting out this line. Is this flag necessary, or could pip be a variant? Pip may be another package manager, but it's not superfluous.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions