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

Remove messages about not being able to uninstall packages from /prog/res/komodo #52

Open
pinkwah opened this issue May 19, 2023 · 0 comments

Comments

@pinkwah
Copy link
Collaborator

pinkwah commented May 19, 2023

Pip install does:

  1. Install package into the user's komodoenv
  2. Try to remove the old package

Well, if the package is installed into /prog/res/komodo proper then it won't be able to remove the package due to correctly missing permissions.

It's weird that it tries at all. This issue should be considered resolved if any of these are done:

  1. We patch pip so that it doesn't try to do anything with /prog/res/komodo at all
  2. We patch pip so that it doesn't output warnings about not having permissions
@pinkwah pinkwah added this to the Road to stable milestone May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant