

The file location you choose will be where the Anaconda files are stored. Choose the installation directoryĪfter accepting the license, you should see a prompt asking where you want to install Anaconda. If you accept, type ‘yes’ and press ENTER. After you have finished going through the license, you should see a prompt asking if you accept it or not. Press Enter repeatedly to go through the license. In order to continue the installation process, please review the license The program should start running, and you should see the following text in the terminal: Welcome to Anaconda3 2022.05 If you used a different file path or name during the download, be sure to use that instead. Anaconda.sh is where I saved my installation script. Use the actual file path to Anaconda instead of path/to/Anaconda. Run the installation script using bash using the following command.

You can do this by heading over to the downloads page of and copying the link address of the download button. Make sure to pick one that works on your machine. Here I am downloading the 2022.05 version that works on x86_64 processors. Download the Anaconda installation scriptĭownload the installation script using the following curl command: $ curl -o Anaconda.sh Popular options include the /tmp directory because files in that directory are automatically deleted when the computer restarts. You can choose whichever directory you prefer. Therefore first, I will move to the Downloads folder using this command. I would like to download the installation script into my Downloads folder. In this guide, I’ll use the Bash terminal, which is standard on most Linux distributions. To install Anaconda on Linux, we will download the installation script from and execute it from the terminal. How to install Anaconda on Linux (Ubuntu)

You can use Navigator, the GUI tool, or Conda, the command-line tool.
