
Step 6: Activate the Anaconda environmentĪs the bashrc script for Anaconda has already been initialized ( Step 4, where the Anaconda’s script was executed). The “ bashrc” is initialized for anaconda.Īfter the license agreement and terms, the Anaconda is installed successfully in Ubuntu 22.04. sh script as follows: $ bash anaconda.shĪnaconda directory is created inside our home directory: To install Anaconda on Ubuntu 22.04, run the anaconda. To check whether the Anaconda installer Script is downloaded from the official site or not, run the following command: $ sha256sum anaconda.shīash, known as Bourne Again Shell, which incorporates valuable features. The Anaconda installer script has been downloaded. To download the Anaconda installer script, run the below-mentioned command: $ curl -output anaconda.sh Step 3: Download the bash script for the Anaconda installer


Install Curl on Ubuntu 2204 by running the following command: $ sudo apt install curl The installed packages of the system are updated.Ĭurl allows you to fetch the Anaconda installation script. To attain the latest/updated packages, update the system’s default repository by executing the below script: $ sudo apt update
