How to Install Anaconda in Ubuntu or Debian?

Описание к видео How to Install Anaconda in Ubuntu or Debian?

Anaconda is an essential platform for handling data science and machine learning workflows. With over 7500 scientific packages, it’s the ideal solution for processing large-scale data, predictive analysis, and scientific computing.
Open a terminal window (CTRL+ALT+T) and run the following command to ensure your system is up-to-date.

sudo apt update && sudo apt upgrade -y

For this installation, we need to download the official installer from the website. Visit the below page and download the Anaconda installer script.

bash Anaconda3-2023.07-1-Linux-x86_64.sh

Hit enter and press “q”. Then type “yes” to accept the terms

As you can see the installation is complete and the installer has modified the .bashrc file.

You need to recompile bashrc to make the change visible.
source ~/.bashrc

conda list
conda --version

If you want to uninstall Anaconda, simply remove the default installation directory as shown via the below command.

rm -rf ~/anaconda3

#linux #ubuntu #debian #anaconda #install #python #machinelearning

Комментарии

Информация по комментариям в разработке