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

how to update packages? #49

Closed
CarloLucibello opened this issue Nov 22, 2022 · 1 comment · Fixed by #67
Closed

how to update packages? #49

CarloLucibello opened this issue Nov 22, 2022 · 1 comment · Fixed by #67

Comments

@CarloLucibello
Copy link
Contributor

How can I update my environment? conda update in the Julia REPL doesn't work:

(1.8) pkg> conda update
ERROR: `update` is not a recognized command. Type ? for help with available commands
@cjdoris
Copy link
Collaborator

cjdoris commented Nov 23, 2022

Good point, an update command would be useful. I'll do that.

For now you can do CondaPkg.resolve(force=true) which I think should update Conda packages, but might not update Pip packages.

Or you can delete the .CondaPkg directory in your project and resolve again.

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

Successfully merging a pull request may close this issue.

2 participants