Everyone loves Anaconda. I can't master the Python virtual environment (it breaks for some reason even though I haven't done anything), so I decided to use the Python included in Anaconda's Base as it is.
However, the problem is that the Python version cannot be determined from the Anaconda installer name. I'm at a loss when choosing an Anaconda installer, so I created a recently released Python version correspondence table for Anaconda as a note for myself.
I checked only Windows 64bit version, but I have not confirmed other OS.
Anaconda | python |
---|---|
Anaconda3-2020.11 | Python 3.8.5 |
Anaconda3-2020.07 | Python 3.8.3 |
Anaconda3-2020.02 | Python 3.7.6 |
Anaconda3-2019.10 | Python 3.7.4 |
Anaconda3-2019.07 | Python 3.7.3 |
Anaconda3-2019.03 | Python 3.7.3 |
Anaconda3-2018.12 | Python 3.7.1 |
Anaconda3-5.3.1 | Python 3.7.0 |
Anaconda3-5.3.0 | Python 3.7.0 |
Anaconda3-5.2.0 | Python 3.6.5 |
If you find a similar article, I'd like to delete this article and refer to it. ..
Anaconda Individual Edition Installer Archive https://repo.anaconda.com/archive/
Anaconda Documentation(Old package lists) https://docs.anaconda.com/anaconda/packages/oldpkglists/
Wikipedia(Python) https://ja.wikipedia.org/wiki/Python
Recommended Posts