Python: Anaconda - Install: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) New page: * Download Installer https://www.continuum.io/downloads * Untuk Python 2.7: bash Anaconda2-2.4.0-Linux-x86_64.sh * Untuk Python 3.5: bash Anaconda3-2.4.0-Linux-x86_64.sh |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
https://www.continuum.io/downloads | https://www.continuum.io/downloads | ||
'''WARNING: Besar source code Anaconda sekitar 300Mbyte''' lumayan buat di download. | |||
Sebagai user biasa lakukan, | |||
* Cek versi Python | |||
python -V | |||
* Untuk Python 2.7: | * Untuk Python 2.7: | ||
bash Anaconda2-2. | bash Anaconda2-2.5.0-Linux-x86_64.sh | ||
* Untuk Python 3.8: | |||
bash Anaconda3-2.5.0-Linux-x86_64.sh | |||
bash Anaconda3-2021.11-Linux-x86_64.sh | |||
Jika kita menggunakan root untuk menginstalasi Anaconda maka | |||
[/root/anaconda2] >>> | |||
PREFIX=/root/anaconda2 | |||
Edit / Lihat | |||
vi ~/.bashrc | |||
cat ~/.bashrc | |||
Tambahkan / pastikan ada, seperti, ... | |||
export PATH=/root/anaconda2/bin:$PATH | |||
export PATH="/home/onno/anaconda3/bin:$PATH" | |||
Jalankan | |||
source ~/.bashrc | |||
Latest revision as of 23:33, 28 January 2022
- Download Installer
https://www.continuum.io/downloads
WARNING: Besar source code Anaconda sekitar 300Mbyte lumayan buat di download.
Sebagai user biasa lakukan,
- Cek versi Python
python -V
- Untuk Python 2.7:
bash Anaconda2-2.5.0-Linux-x86_64.sh
- Untuk Python 3.8:
bash Anaconda3-2.5.0-Linux-x86_64.sh bash Anaconda3-2021.11-Linux-x86_64.sh
Jika kita menggunakan root untuk menginstalasi Anaconda maka
[/root/anaconda2] >>> PREFIX=/root/anaconda2
Edit / Lihat
vi ~/.bashrc cat ~/.bashrc
Tambahkan / pastikan ada, seperti, ...
export PATH=/root/anaconda2/bin:$PATH export PATH="/home/onno/anaconda3/bin:$PATH"
Jalankan
source ~/.bashrc