Linux/CentOS
[CentOS7] Anaconda Setup
scii
2017. 6. 10. 21:03
Setup
1. Download Anaconda
For Python2.7
$ wget https://repo.continuum.io/archive/Anaconda2-4.3.0-Linux-x86_64.sh
For Python3.3
$ wget https://repo.continuum.io/archive/Anaconda3-4.3.0-Linux-x86_64.sh
2. Install Anaconda
For Python2.7
$ bash Anaconda2-4.3.0-Linux-x86_64.sh
For Python3.3
$ bash Anaconda3-4.3.0-Linux-x86_64.sh
Anaconda 도움말 사이트: