You are currently viewing How to install Anaconda Python in Ubuntu 22.04 Operating System(OS) | Part 2

How to install Anaconda Python in Ubuntu 22.04 Operating System(OS) | Part 2

Anaconda Logo Credit: https://en.wikipedia.org/wiki/File:Anaconda_Logo.png

Prerequisite

Anyone of the Operating System(OS) 

  • Windows 
  • Linux/UNIX 
  • macOS 
  • Other 

Note: I am going to use Ubuntu Desktop Operating System version 22.04.2

Step-by-Step Installation

Step 1: Login into your OS/Laptop

Step 2: Open your preferred browser software/tool

Step 3: Download the Anaconda Python installer file from the below URL

URL: https://www.anaconda.com/download

or

Click on this Anaconda Python installer file URL: https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-x86_64.sh

Step 4: Open a terminal software/tool

Navigate to downloaded Anaconda Python installer file location, by default Anaconda Python installer file is downloaded into “Downloads” folder which is /home/<<your_user_name>>/Downloads

cd /home/techlaps/Downloads

Step 5: Check Anaconda Python installer file is available in the present working directory

pwd

ls

Run Anaconda Python installer file using sh command

sh Anaconda3-2023.03-1-Linux-x86_64.sh

Please follow this video link for detailed explanation of Anaconda Python installation.

Step 6: After Anaconda Python installation, check the python installation using below commands,

ls /home/techlaps/anaconda3/

ls /home/techlaps/anaconda3/bin/

python --version

Leave a Reply