<\/span><\/h2>\n\n\n\nNow, run the Anaconda installation script to start the installation:<\/p>\n\n\n\n
bash Anaconda3-2020.11-Linux-x86_64.sh<\/pre>\n\n\n\nYou should see the following output:<\/p>\n\n\n\n
Welcome to Anaconda3 2020.11\n\nIn order to continue the installation process, please review the license\nagreement.\nPlease, press ENTER to continue\n>>> \n<\/pre>\n\n\n\nPress Enter to start the installation. You will be asked to accept the license and choose the installation directory as shown below:<\/p>\n\n\n\n
Do you accept the license terms? [yes|no] yes\n\nAnaconda3 will now be installed into this location:\n\/root\/anaconda3\n\n - Press ENTER to confirm the location\n - Press CTRL-C to abort the installation\n - Or specify a different location below\n\n[\/root\/anaconda3] >>> \n<\/pre>\n\n\n\nPress Enter to confirm the location and continue the installation process. Once the installation is completed, you should get the following output:<\/p>\n\n\n\n
Do you wish the installer to initialize Anaconda3\nby running conda init? [yes|no]\n[no] >>> yes\n<\/pre>\n\n\n\nType yes and press Enter to initialize the Anaconda. You should get the following output:<\/p>\n\n\n\n
==> For changes to take effect, close and re-open your current shell. <==\n\nIf you'd prefer that conda's base environment not be activated on startup, \n set the auto_activate_base parameter to false: \n\nconda config --set auto_activate_base false\n\nThank you for installing Anaconda3!\n\n===========================================================================\n\nWorking with Python and Jupyter notebooks is a breeze with PyCharm Pro,\ndesigned to be used with Anaconda. Download now and have the best data\ntools at your fingertips.\n\nPyCharm Pro for Anaconda is available at: https:\/\/www.anaconda.com\/pycharm\n<\/pre>\n\n\n\nNext, activate the Anaconda environment variable with the following command:<\/p>\n\n\n\n
source ~\/.bashrc<\/pre>\n\n\n\nYou can now verify the installation using the following command:<\/p>\n\n\n\n
conda info<\/pre>\n\n\n\nYou should get the following output:<\/p>\n\n\n\n
active env location : \/root\/anaconda3\n shell level : 1\n user config file : \/root\/.condarc\n populated config files : \n conda version : 4.9.2\n conda-build version : 3.20.5\n python version : 3.8.5.final.0\n virtual packages : __glibc=2.31=0\n __unix=0=0\n __archspec=1=x86_64\n base environment : \/root\/anaconda3 (writable)\n channel URLs : https:\/\/repo.anaconda.com\/pkgs\/main\/linux-64\n https:\/\/repo.anaconda.com\/pkgs\/main\/noarch\n https:\/\/repo.anaconda.com\/pkgs\/r\/linux-64\n https:\/\/repo.anaconda.com\/pkgs\/r\/noarch\n package cache : \/root\/anaconda3\/pkgs\n \/root\/.conda\/pkgs\n envs directories : \/root\/anaconda3\/envs\n \/root\/.conda\/envs\n platform : linux-64\n user-agent : conda\/4.9.2 requests\/2.24.0 CPython\/3.8.5 Linux\/5.4.0-29-generic ubuntu\/20.04 glibc\/2.31\n UID:GID : 0:0\n netrc file : None\n offline mode : False\n<\/pre>\n\n\n\n