Introduction Designed for data science and machine learning workflows, Anaconda is an open-source package manager, environment manager, and distribution of the Python and R programming languages. It is commonly used for large-scale data processing, scientific computing, and predictive analytics. Offering a collection of over 1,000 data science packages, Anaconda is available in both free and paid enterprise versions. The Anaconda distribution ships with the conda command-line utility. You can learn more about Anaconda and conda by reading the official. This tutorial will guide you through installing the Python 3 version of Anaconda on an Ubuntu 18. Prerequisites Before you begin with this guide, you should have a non-root user with sudo privileges set up on your server. You can achieve this prerequisite by completing our. Installing Anaconda 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. At the time of writing, the latest version is 5. This is a good directory to download ephemeral items, like the Anaconda bash script, which we won't need after running it. Note that it may take some time. You can learn more about the editor on the website. At this point, you can decide whether or not to download the editor now by typing yes or no. Anaconda is partnered with Microsoft. Now that Anaconda is installed, we can go on to setting up Anaconda environments. Setting Up Anaconda Environments Anaconda virtual environments allow you to keep projects organized by Python versions and packages needed. For each Anaconda environment you set up, you can specify which version of Python to use and can keep all of your related programming files together within that directory. Since we are using install anaconda ubuntu 16 04 Anaconda with Python 3 in this tutorial, you will have access only to the Python 3 versions of packages. We can achieve this by assigning version 3 to the python argument. As long as you agree, type y. To target a more specific version of Python, you can pass a specific version to the python argument, like 3. Updating Anaconda You should regularly ensure that Anaconda is up-to-date so that you are working with all the latest package releases. This will ensure that you are using the latest releases of conda and Install anaconda ubuntu 16 04. Uninstalling Anaconda If you are no longer using Anaconda and find that you need to uninstall it, you should start with the anaconda-clean module, which will remove configuration files for when you uninstall Anaconda. Once it is installed, you can run the following command. You will be prompted to answer y before deleting each one. If you would prefer not to be prompted, add --yes to the end of your command: anaconda-clean This will also create a backup folder called. Anaconda is now removed from your server. Conclusion This tutorial walked you through the installation of Anaconda, working with the conda command-line utility, setting up environments, updating Anaconda, and deleting Anaconda if you no longer need it. You can use Anaconda to help you manage workloads for data science, scientific computing, analytics, and large-scale data processing. From here, you can check out our tutorials on and to learn more about various tools available to use and projects that you can do.