Search code examples
pythonanacondaversionminiconda

How to get anaconda/miniconda vs python versions mapping table?


For deep learning developers, anaconda/miniconda provide better python environment management.

However, creating a new conda environment also cost time. If I know each anaconda/miniconda distribution's default python version, I can choose that anaconda/miniconda to install, and don't have to create a new conda environment with different python version.

How can I generate a version mapping table between python and anaconda, between python and miniconda?

I've searched in the internet and found a table like this, but still don't know how to generate it:

mapping

ref: https://blog.csdn.net/yuejisuo1948/article/details/81043823


Solution

  • See https://docs.anaconda.com/anaconda/packages/oldpkglists/, this is the official site which gives the each anaconda's python version. People can use its original text, parse them, and generate a table. I didn't find miniconda's.