-
Notifications
You must be signed in to change notification settings - Fork 180
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
Add update
command
#73
Comments
Yes very nice! I think it could really nice if it could accept package names (+ versions). Which would update a package and only its dependencies with it. So you can have minimal updates. |
Yeah I think we'de have to implement minimal lock file updates for this to work anyways. |
It would also be very nice to be able to update the global packages installed with |
He @beenje, Currently it is easiest for the user to run "pixi global install PACKAGE" again to just update to the latest version. or |
I came here exactly to ask for a |
It would be nice to have an option with |
And |
This requires #1320 |
Add a command to update one or more dependencies in the
pixi.lock
file without updating the project file. If the lock file is missing, one will be created.The text was updated successfully, but these errors were encountered: