Python: Anaconda - Install Ubuntu 20.04: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:


  wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh
  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




Line 17: Line 18:


  bash /tmp/Anaconda3-2021.05-Linux-x86_64.sh
  bash /tmp/Anaconda3-2021.05-Linux-x86_64.sh
bash /tmp/Anaconda3-2023.03-Linux-x86_64.sh


  [ENTER]
  [ENTER]

Latest revision as of 18:04, 22 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