Is it ok having both Anacondas 2.7 and 3.5 installed in the same time?
I use both depending on who in my department I am helping (Some people prefer 2.7, others 3.5). Anyway, I use Anaconda and my default installation is 3.5. I use environments for other versions of python, packages, etc.. So for example, when I wanted to start using python 2.7 I ran: conda create -n Python27 … Read more