Table des matières

Anaconda

Installation

Sous GNU/Linux Ubuntu 20.04 :

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install curl
curl -O https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh
export CONDA_PYTHON_EXE=/home/username/anaconda3/bin/python
export PATH=/home/username/anaconda3/bin:$PATH
python /home/username/anaconda3/bin/anaconda-navigator
[Desktop Entry]
Version=1.0
Type=Application
Name=Anaconda-Navigator
GenericName=Anaconda
Exec=/bin/bash "/home/username/bin/anaconda.sh"
Icon=/home/username/anaconda3/lib/python3.8/site-packages/anaconda_navigator/static/images/anaconda-icon-256x256.png
Terminal=false
StartupNotify=true

Préférences, réglages

Mises à jour, update

Désinstallation

Environnements virtuels

Alternatives à conda