Difference between revisions of "Python: Anaconda - Install Ubuntu 20.04"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 18: | 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 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