Anaconda 설치
- Anaconda 웹사이트 접속
www.anaconda.com/products/individual
Anaconda | Individual Edition
Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine.
www.anaconda.com
- Download 클릭
- Linux (64bit)
- Download link 복사
- 리눅스 환경 접속 > wget 으로 Download link 받기
wget repo.anaconda.com/archive/Anaconda3-2020.07-Linux-x86\_64.sh
- bash 로 실행
bash Anaconda3-2020.07-Linux-x86\_64.sh
- 설치 디렉토리 확인 후 설치
- 설치 진행 중
- 설치 끝
- 리소스 다시 실행
source .bashrc
'Development Study > Python' 카테고리의 다른 글
[Python].리눅스 Centos7 - Anaconda 가상환경 생성 / 자동 활성화 (0) | 2020.08.27 |
---|---|
[jupyter notebook] 환경 설정 - 1 - (Notebook dir / password / port) (1) | 2020.08.18 |
[Anaconda] 아나콘다 시작하기 (0) | 2020.08.17 |
[Anaconda] 아나콘다 설치 (0) | 2020.08.17 |