https://www.anaconda.com/distribution/
2. Anaconda Bash Script 다운로드
$ wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
3. Data Integrity of the Installer 확인
$ sha256sum Anaconda3-2019.10-Linux-x86_64.sh
인증코드 출력
4. 설치
$ bash Anaconda3-2019.10-Linux-x86_64.sh
라이센스 동의, 설치폴더 등 확인
$ source ~/.bashrc
설치 activation
5. 설치 확인
$ conda list
패키지들의 버전 확인
6. 내 환경설정 및 activate 방법
$ conda create --name my_env python=3
$ conda activate my_env
댓글 없음:
댓글 쓰기