79781390

Date: 2025-10-03 01:33:25
Score: 0.5
Natty:
Report link

Usually, you create a new conda environment with specific Python version.

Alternatively, you can activate the base and run conda install python=<your_python_version> to change the base's Python version.

If you just want to know the default Python version that comes with a specific version of Anaconda, you can go to the Anaconda release notes (https://www.anaconda.com/docs/getting-started/anaconda/release/2025.x ), the Python version is just next to the anaconda's version.

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: xuancong84