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

pip uninstall --target #9793

Closed
Namburger opened this issue Apr 7, 2021 · 2 comments
Closed

pip uninstall --target #9793

Namburger opened this issue Apr 7, 2021 · 2 comments

Comments

@Namburger
Copy link

What's the problem this feature will solve?

When installing a package to a specific path:

$ pip install package_name --target /path/to/install

It would really make sense to have this counter part:

$ pip uninstall package_name --target /path/to/install

Describe the solution you'd like
As mentioned, pip uninstall --target is implemented and I can uninstall a package from a specific path.

Use case:
We're managing our own python environments in our application where we allow users to install/uninstall packages to any directory. Currently, we cannot implement uninstall cleanly with out parsing from the dist-info/RECORD file and deleting the files manually.

@piotr-dobrogost
Copy link

piotr-dobrogost commented Apr 7, 2021

Duplicate of #5595
See also #8725 and the most important #4575 (btw, they both should be tagged "target" in addition to this issue).

@DiddiLeija DiddiLeija added the S: awaiting response Waiting for a response/more information label Aug 25, 2021
@no-response
Copy link

no-response bot commented Sep 9, 2021

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

@no-response no-response bot closed this as completed Sep 9, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 10, 2021
@pradyunsg pradyunsg removed the S: awaiting response Waiting for a response/more information label Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants