You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
What's the problem this feature will solve?
When installing a package to a specific path:
It would really make sense to have this counter part:
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.The text was updated successfully, but these errors were encountered: