Difference between revisions of "Python: Anaconda - Install Ubuntu 20.04"

From OnnoWiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
  libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
 
  libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
  
Download Installer (500+ Mbyte)
 
  
  wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh
+
Cek URL shell script di https://www.anaconda.com/products/individual
 +
Sebagai user biasa - Download Installer (500+ Mbyte)
 +
 
 +
wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh
 +
  wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh
 +
 
  
 
Run Install (sebagai user biasa)
 
Run Install (sebagai user biasa)
  
  bash /tmp/Anaconda3-2020.02-Linux-x86_64.sh
+
  bash /tmp/Anaconda3-2021.05-Linux-x86_64.sh
 +
bash /tmp/Anaconda3-2023.03-Linux-x86_64.sh
  
 
  [ENTER]
 
  [ENTER]
Line 23: Line 28:
  
 
  source ~/.bashrc
 
  source ~/.bashrc
 +
 +
 +
Update Anaconda
 +
 +
conda update --all
  
  

Latest revision as of 01:04, 23 March 2023

Sumber: https://linuxize.com/post/how-to-install-anaconda-on-ubuntu-20-04/


Install apps pendukung

sudo apt -y install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 \
libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6


Cek URL shell script di https://www.anaconda.com/products/individual Sebagai user biasa - Download Installer (500+ Mbyte)

wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh
wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2023.03-Linux-x86_64.sh


Run Install (sebagai user biasa)

bash /tmp/Anaconda3-2021.05-Linux-x86_64.sh
bash /tmp/Anaconda3-2023.03-Linux-x86_64.sh
[ENTER]
license terms? [YES]
[/home/onno/anaconda3]>>> [ENTER]
conda init? [YES]

Memasukan path

source ~/.bashrc


Update Anaconda

conda update --all


Referensi