How To Install Anaconda On Ubuntu 18.04 [Quickstart]

Опубликовано: 14 Март 2025
на канале: Explained Easy
197
1

How To Install Anaconda On Ubuntu 18.04 [Quickstart]

In this tutorial, I show how to install and use Anaconda On Linux Ubuntu

0:00:00 - Intro
0:01:08 - Step 1 — Retrieve the Latest Version of Anaconda
0:01:30 - Step 2 — Download the Anaconda Bash Script
0:02:18 - Step 3 — Verify the Data Integrity of the Installer
0:02:52 - Step 4 — Run the Anaconda Script
0:03:50 - Step 5 — Complete Installation Process
0:04:24 - Step 6 — Select Options
0:04:45 - Step 7 — Activate Installation
0:04:59 - Step 8 — Test Installation
0:05:28 - Step 9 — Set Up Anaconda Environments

Commands:
cd /tmp
curl -O https://repo.anaconda.com/archive/Ana...
sha256sum Anaconda3-2019.03-Linux-x86_64.sh
bash Anaconda3-2019.03-Linux-x86_64.sh
conda list
conda create --name my_env python=3
conda activate my_env


#anaconda #linuxschool #PythonTutorialforBeginners