Anaconda for Python

Hello, I installed Zorin os pro lite. Can I install Anaconda 3 for Python??
Is it possible in Zorin OS pro?

Many Thanks.
Tried sudo apt install spyder. It worked. but again stuck up after Microsoft EULA. ''ok" is not clickable! any idea?
Any solutions? Thanks again

Got it! Tab+Enter!

To Install Official Anaconda:-

sudo apt-get update

sudo apt-get install curl

cd /tmp

curl –O https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh

sha256sum Anaconda3–2020.02–Linux–x86_64.sh

69581cf739365ec7fb95608eef694ba959d7d33b36eb961953f2b82cb25bdf5a Anaconda3-2019.07-Linux-x86_64.sh

bash Anaconda3-2020.02-Linux-x86_64.sh

source ~/.bashrc

conda info

conda update conda

conda update anaconda

conda create ––name test_environment python=3

conda activate test_environment
6 Likes

Thanks, but my terminal asks password after first line! Do not copy rest of the code.

To Install a Application, You need to Enter your Passcode. LOL😂

2 Likes

Thanks , all

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.