How can I update Python in the Anaconda base environment? Is Python intended to be upgradable in the base environment at all, or should one completely remove and reinstall Anaconda? Any version will eventually go out of support, so there should be some solution.
What I have tried so far, and did not result in Python getting updated:
conda update --all
conda update python
andconda update anaconda
conda install python=3.9
orconda install anaconda=2021.11
do not finish after an hour and a half.mamba install python=3.9
results in "package python_abi-3.7-2_cp37m requires python 3.7.*, but none of the providers can be installed"- No other suggestion is put forward here.