Answers for "install anaconda on linux"

0

install anaconda on linux

Enter the following to install Anaconda for Python 3.7:

bash ~/Downloads/Anaconda3-2020.02-Linux-x86_64.sh

OR Enter the following to install Anaconda for Python 2.7:

bash ~/Downloads/Anaconda2-2019.10-Linux-x86_64.sh
Posted by: Guest on October-01-2021
0

install anaconda on linux

For x86 systems.

   In your browser, download the Anaconda installer for Linux.
   1) RECOMMENDED: Verify data integrity with SHA-256. For more information on hashes, see What about cryptographic hash verification?

        Open a terminal and run the following:
        sha256sum /path/filename

    1) Enter the following to install Anaconda for Python 3.7:
    bash ~/Downloads/Anaconda3-2020.02-Linux-x86_64.sh

    1) OR Enter the following to install Anaconda for Python 2.7:

    bash ~/Downloads/Anaconda2-2019.10-Linux-x86_64.sh
Posted by: Guest on October-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language