Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate pip into python commandlet #1314

Open
jan-vcapgemini opened this issue Aug 7, 2023 · 2 comments
Open

Integrate pip into python commandlet #1314

jan-vcapgemini opened this issue Aug 7, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@jan-vcapgemini
Copy link
Contributor

As a python user I expect pip to be installed into my python directory.
Currently we move the pip.py script into a new folder software/pip which can be confusing for python users and will result in compatibility issues with older versions of python.

We need to get rid of pip as a separate commandlet and make sure that each version of python will install its own pip within its installation directory.
We also need to get rid of the ide-urls for pip and disable the cached download as mentioned in: #1170

@jan-vcapgemini jan-vcapgemini added the enhancement New feature or request label Aug 7, 2023
@CREITZ25
Copy link
Member

CREITZ25 commented Aug 7, 2023

#1170 shows the correlations between Github versions and software versions of pip, and which pip should be used for which Python

@hohwille
Copy link
Member

hohwille commented Aug 8, 2023

For the record: We initially had pip integrated in python and later had to extract it to its own commandlet.
The discussion can be found in #839

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants