Difference between revisions of "Python: Anaconda - Install"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Onnowpurbo (talk | contribs) | Onnowpurbo (talk | contribs)  | ||
| Line 9: | Line 9: | ||
| * Untuk Python 2.7: | * Untuk Python 2.7: | ||
| − |   bash Anaconda2-2.4. | + |   bash Anaconda2-2.4.1-Linux-x86_64.sh | 
| * Untuk Python 3.5: | * Untuk Python 3.5: | ||
| − |   bash Anaconda3-2.4. | + |   bash Anaconda3-2.4.1-Linux-x86_64.sh | 
| − | |||
Revision as of 13:41, 2 January 2016
- Download Installer
https://www.continuum.io/downloads
- Cek versi Python
python -V
- Untuk Python 2.7:
bash Anaconda2-2.4.1-Linux-x86_64.sh
- Untuk Python 3.5:
bash Anaconda3-2.4.1-Linux-x86_64.sh
Jika kita menggunakan root untuk menginstalasi Anaconda maka
[/root/anaconda2] >>> PREFIX=/root/anaconda2
 
Edit
vi /root/.bashrc
Tambahkan
export PATH=/root/anaconda2/bin:$PATH