[CentOS7] Anaconda Setup
Linux/CentOS 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 도움말 사이트:
'Linux > CentOS' 카테고리의 다른 글
[CentOS7] FFmpeg Setup Script (0) | 2017.06.11 |
---|---|
[CentOS7] Java 설치 (0) | 2017.06.07 |
[CentOS7] NVIDIA Driver 설치 (0) | 2017.06.06 |
Centos7 Media 설치 (0) | 2017.06.06 |
[CentOS6] R setup (0) | 2016.04.05 |