-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Managing multiple versions of the same package manager #629
Comments
Hmmm. I'm not sure I understand what you mean by
Is that what you're looking for? |
Yep. A lot of individual projects require different versions of the same packages, to include different versions of the package managers themselves. nvm is an awesome tool that enables node developers to have multiple versions of node on their system and to specify per terminal and per project which version to use. There's always a default version (e.g. Each of these also result in a different set of global I'm most familiar with the node ecosystem, but I know that this problem isn't limited to that ecosystem. |
Note: I experienced this situation with Python my machine, as I had Python 3.10 installed as |
Looking for multiple versions and variants of the same executable might also be necessary to solve the way Microsoft in placing dummy files on Windows to invite users to install popular tools by the way of its App Store: #927 (comment) |
Also relates to: #945 |
(A) I can't believe that I just stumbled across this!
(B) Is there a way to manage multiple versions of the same package manager, ala nvm for npm? This is needed when different end consumers need a different version of the same package manager. If there's already a way to do this, I apologize for missing it in the documentation.
The text was updated successfully, but these errors were encountered: