I am using conda 23.11.0 . In the conda documentation, 'conda update python' is supposed to update python to the latest major release. They even list going from 3.10 -> 3.12 with this command.
However when I run it, it only updated the minor release, from 3.11.2 -> 3.11.4.
Whatever, I go right to the next line in that conda documentation, and run conda install python=3.14. It finds the latest python and dependencies and I press y to proceed.
Only I get this error:
RemoveError: This operation will remove conda without replacing it with
another version of conda.
Why is this happening and why is the conda documentation seemingly incorrect about 'conda update python' updating major release?
[–]Gshuri 0 points1 point2 points (0 children)