If you already have Anaconda with Python 2.7, and you also need Python 3.6 - how to install Anaconda 3? Just put Anaconda 3 on top of Anaconda 2? Or is there some trick?
If you already have Anaconda with Python 2.7, and you also need Python 3.6 - how to install Anaconda 3? Just put Anaconda 3 on top of Anaconda 2? Or is there some trick?
Source: https://ru.stackoverflow.com/questions/718432/
All Articles
conda create -n py36 python=3.6 anaconda, but I can not run this new environment. I will try further. - Dmitry Shereshevsky