-
When installing new version of miniforge, I want to upgrade them in virtual environment. How can I upgrade? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
just type
where x.y.z is the version of the package you want.
can work too but it is ambiguous as to which package should take priority. |
Beta Was this translation helpful? Give feedback.
-
I want to upgrade
But I don't know they are applicable to miniforge. |
Beta Was this translation helpful? Give feedback.
-
so in this case your package is "python"
becomes
(its better to just pin to 3.12, 3.13 is still very very new). |
Beta Was this translation helpful? Give feedback.
-
This may be my misremembering but miniforge(pypy3) compiles |
Beta Was this translation helpful? Give feedback.
-
Generally speaking, i don't "upgrade" my environments. I just "delete them" and recreate them. Goodluck. |
Beta Was this translation helpful? Give feedback.
-
I had been mistaken for a long time but machine learning packages such as |
Beta Was this translation helpful? Give feedback.
Generally speaking, i don't "upgrade" my environments.
I just "delete them" and recreate them.
Goodluck.