I have Anaconda 2 installed on Mac OS Sierra (10.12.2). I would like to:
a) Move from Anaconda 2 to Anaconda 3. I know it can be done through virtual environments created via conda
, but I'm not interested in that as I'd like for Anaconda/Python 3.5 to be my default version of python (that way, I won't have to type source activate Python3
every time I want to run that version of Python).
b) Preserve the current virtual environments I have created with conda
(I have three virtual envs running Python 2 and Python 3).
I have read the Continuum documentation and similar questions posted here, but none actually address my two requirements.
Thanks in advance for your help.