I've worked on a program under Python 3.x environment and also under Conda.
Now, I need to work on another program that only works under Python 2.7x.
My Conda version on my Mac is conda 4.8.3. I have a Conda environment for the program under Python 3.x. I think that my Anaconda is built for Python 3.x.
My questions:
- How to install Python 2.7x on a system that already have Python 3.x.?
- How to switch back and forth two systems? Does that mean I need to create two virtual Conda environment for Python 2.7x and Python 3.x?
Thanks a lot.