69581cf739365ec7fb95608eef694ba959d7d33b36eb961953f2b82cb25bdf5a Anaconda3-2019.07-Linux-x86_64.sh<\/pre>\nMake it sure above hash matches with hash available at the “Anaconda with Python 3 on 64 bit Linux” webpage: https:\/\/docs.anaconda.com\/anaconda\/install\/hashes\/Anaconda3-2019.07-Linux-x86_64.sh-hash\/<\/p>\n
<\/p>\n
If the hashes match, you can continue with the Anaconda Python installation.<\/p>\n
To start the Anaconda installation process run the installation script:<\/p>\n
bash Anaconda3-2019.07-Linux-x86_64.sh<\/pre>\nYou should see an output like the following:<\/p>\n
Welcome to Anaconda3 2019.07\r\n\r\nIn order to continue the installation process, please review the license\r\nagreement.\r\nPlease, press ENTER to continue<\/pre>\nPress ENTER to continue and then press ENTER to scroll through the license. Once you\u2019re done reviewing the license, you\u2019ll be asked to accept the license terms:<\/p>\n
Do you accept the license terms? [yes|no]\r\n[no] >>>\r\nPlease answer 'yes' or 'no':'\r\n>>> yes<\/pre>\nType yes and hit ENTER, and you will be prompted to accept the default Anaconda installation path:<\/p>\n
Anaconda3 will now be installed into this location:\r\n\/root\/anaconda3\r\n\r\n- Press ENTER to confirm the location\r\n- Press CTRL-C to abort the installation\r\n- Or specify a different location below\r\n\r\n[\/root\/anaconda3] >>><\/pre>\nPress ENTER to confirm the default location \/root\/anaconda3<\/code> and the Anaconda installation will start, which may take some time, depending on your server resources. And once it is completed, the following output will be displayed:<\/p>\ninstallation finished.\r\nDo you wish the installer to initialize Anaconda3\r\nby running conda init? [yes|no]\r\n[no] >>> yes<\/pre>\nWe will type “yes” so that we can use the conda<\/code> command. You will get an output similar to the one below:<\/p>\n==> For changes to take effect, close and re-open your current shell. <==\r\n\r\nIf you'd prefer that conda's base environment not be activated on startup,\r\nset the auto_activate_base parameter to false:<\/pre>\nconda config --set auto_activate_base false\r\n\r\nThank you for installing Anaconda3!\r\n\r\n===========================================================================\r\n\r\nAnaconda and JetBrains are working together to bring you Anaconda-powered\r\nenvironments tightly integrated in the PyCharm IDE.\r\n\r\nPyCharm for Anaconda is available at:\r\nhttps:\/\/www.anaconda.com\/pycharm<\/pre>\nNext, source the ~\/.bashrc<\/code> file to activate your Anaconda installation with the following command:<\/p>\nsource ~\/.bashrc<\/pre>\nWe can now verify our Anaconda installation by running the following command:<\/p>\n
conda --version<\/pre>\nThe output below shows the conda version:<\/p>\n
conda 4.7.10<\/pre>\nWe can also verify the basic Anaconda installation information using the following command:<\/p>\n
conda info<\/pre>\nThe output should look like this:<\/p>\n
active environment : base\r\nactive env location : \/root\/anaconda3\r\nshell level : 1\r\nuser config file : \/root\/.condarc\r\npopulated config files :\r\nconda version : 4.7.10\r\nconda-build version : 3.18.8\r\npython version : 3.7.3.final.0\r\nvirtual packages :\r\nbase environment : \/root\/anaconda3 (writable)\r\nchannel URLs : https:\/\/repo.anaconda.com\/pkgs\/main\/linux-64\r\nhttps:\/\/repo.anaconda.com\/pkgs\/main\/noarch\r\nhttps:\/\/repo.anaconda.com\/pkgs\/r\/linux-64\r\nhttps:\/\/repo.anaconda.com\/pkgs\/r\/noarch\r\npackage cache : \/root\/anaconda3\/pkgs\r\n\/root\/.conda\/pkgs\r\nenvs directories : \/root\/anaconda3\/envs\r\n\/root\/.conda\/envs\r\nplatform : linux-64\r\nuser-agent : conda\/4.7.10 requests\/2.22.0 CPython\/3.7.3 Linux\/4.9.0-5-amd64 debian\/9.3 glibc\/2.24\r\nUID:GID : 0:0\r\nnetrc file : None\r\noffline mode : False<\/pre>\n