Install Spyder for python 2.7 and python 3.9 in Anaconda

What is Anaconda?
Anaconda offers the easiest way to perform Python/R data science and machine learning on a single machine. Start working with thousands of open-source packages and libraries today.
What is Spyder?
Spyder is a free and open-source scientific environment written in Python, for Python, and designed by and for scientists, engineers, and data analysts. It features a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package.
Install Anaconda
Download Anaconda last version from here
anaconda1 Install Anaconda
anaconda2
anaconda3
anaconda4
anaconda5
anaconda6
anaconda7
anaconda8
anaconda9 Create the environment backup file
py2.yml
name: py2channels:- conda-forgedependencies:- python=2.7.15- spyder=3.3.6- qtawesome=0.5.7
Open the Anaconda
anaconda10
anaconda11 Restore the backup file
py2.yml
anaconda12
anaconda13
anaconda14
anaconda15 Open the Spyder from Python 2.7 environment
anaconda16
anaconda17 Open the Spyder from Python 3.9 environment
anaconda18
anaconda19
Now you can switch between Python 2.7 and 3.9 at any time with the same Anaconda.
Have a nice day with AI development.
If you want to practice AI you can use CodinGame.
Feel free to follow me on CodinGame from this link

