Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Anaconda while having Python 3.7 already installed

Complete noob here.

I am following MIT 6.0001 Introduction to Computer Science and Programming in Python. The instructor suggests to install Anaconda for this course. But I have Python 3.7 installed in my Windows 10 system already.

While installing Anaconda, I faced some problems which is currently beyond my level of understanding.

enter image description here

When I checked the box titled "Register Anaconda as my default Python 3.7" the following prompt was shown on the screen.

enter image description here

I don't know how to proceed further. Please help me understand what these things mean and how will it affect my installation and future workflow. Also, please suggest me best way proceed further.

like image 631
Simba Avatar asked Feb 07 '19 19:02

Simba


People also ask

Can I install Anaconda with Python already installed?

You can just go ahead and say "Ok" You will get anaconda distribution installed alongside your normal python IDLE. Your python installation should still work, like mine it works well.

Do I need to install Python before installing Anaconda?

If You Already Have Python Installed Leaving it unchecked means that you will have to use Anaconda Command Prompt in order to use Anaconda. So, unless you add the PATH later, you will not be able to use Python from your command prompt.

Does Python 3.7 come with Anaconda?

Anaconda supports Python 3.7, 3.8, 3.9 and 3.10. The current default is Python 3.9.

Can you have two versions of Anaconda installed?

can I install multiple versions of Anaconda? You can but because of the answer above you don't need to and shouldn't. Instead of multiple Anaconda versions, just create multiple environments with the versions of packages you need. what is the difference between jupyter notebook & jupyter lab?


1 Answers

You have two things you can do:

1.You can just go ahead and say "Ok" You will get anaconda distribution installed alongside your normal python IDLE. Your python installation should still work, like mine it works well.

2.You can also say: "cancel". -Go back to your installed program and uninstall python. . -Then start installation of anaconda.

Everything should run just fine.

like image 168
TBS Avatar answered Oct 20 '22 13:10

TBS