A ubuntu-based manual - Is this appropiate too - to install anaconda on EOS?

a ubuntu-based manual - Is this appropiate too - to install anaconda on EOS?

i am currently a the beginning of the installation of Anaconda on a EOS.

i found this manual: How To Install the Anaconda Python Distribution on Ubuntu 18.04 | DigitalOcean

this Installing Anaconda manual was written to document how we can install anaconda on Ubuntu.

Well - is this appropiate for the installation on EOS too:

The best way to install Anaconda is to download the latest Anaconda installer bash script, verify it, and then run it.Find the latest version of Anaconda for Python 3 at the Anaconda Downloads page. At the time of writing, the latest version is 2019.03, but you should use a later stable version if it is available. Next, change to the /tmp directory on your server. This is a good directory to download ephemeral items, like the Anaconda bash script, which we won’t need after running it.

cd /tmp

You should check the output against the hashes available at the Anaconda with Python 3 on 64-bit Linux page for your appropriate Anaconda version. As long as your output matches the hash displayed in the sha2561 row, you’re good to go.

Now we can run the script:

bash Anaconda3-2019.03-Linux-x86_64.sh

You’ll receive the following output:

Is this appropiate too - to install on EOS?