
If you want to install Miniconda instead, use the following commands consecutively: wget To continue, run the Anaconda bash shell script: bash Anaconda3-2022.05-Linux-x86_64.sh If there are no errors, move on to the actual installation step. The output will notify if any errors occurred. Once the download is complete, verify the hash code integrity of the package: sha256sum Anaconda3-2022.05-Linux-x86_64.sh If you don’t have it, install it first: apt-get install wget Once you’re logged into your VPS, refresh the APT command to synchronize all repositories via the command line: sudo apt-get updateĭownload the newest Anaconda installer with the wget command. Step 1 – Download and Install Anaconda Script Start by logging to your VPS via SSH as the root user. Important! We are installing the non-GUI version of Anaconda because virtual private servers do not support a graphical user interface. The developers might have released a new version by the time you’re reading this, but the installation process should remain the same. In our case, the current version of Anaconda is 2022.05 as of May 10, 2022. The easiest way to install Anaconda on Ubuntu 18.04, 20.04, and 22.04 is to use the latest Anaconda installation script. In other words, Conda does all the switching for you. Conda is extra helpful if you need a different Python version and don’t want to switch between different Anaconda environments. More advanced users go with Miniconda and install only the necessary packages via the Conda package manager.Ĭonda helps users find and install over 1,500 open-source packages individually from its repository.

However, keep in mind that having a lot of packages available doesn’t mean you will use them all, not to mention the increased installation time and size. Over one thousand packages will be preinstalledĪs seen from the table, the full Anaconda version is more suited for beginners because all the required packages are already included. Installation is lengthy and takes a lot of space This tutorial will compare only the free versions, as they have everything a beginner data scientist would need. Step 1 – Download and Install Anaconda ScriptĪs an open-source distribution for Python/R, Anaconda can be divided into three main versions – Anaconda and Miniconda are free, and Anaconda Business is a paid version for enterprises.

