paketo-buildpacks / cpython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding pip to the provides API

arjun024 opened this issue · comments

The cpython buildpack installs cpython but along with it comes the pip tool.[1] This is just like getting npm along with node-engine. We should consider having a similar API for this buildpack with cpython also providing pip as an alternative buildplan.
Note: We do have a pip buildpack that lets users pick a version of pip.

@arjun024 What use cases does this enable? Are they still relevant?