아나콘다 리눅스 서버에 설치하는 방법
간단함
step1 : 리눅스에 맞는 최신버전 확인
step2 : .sh 파일 다운
step3 : verify the data integrity of the install
step4 : run conda3.sh
step5 : 설치 되었는지 확인
step1 : 리눅스에 맞는 최신버전 확인
www.anaconda.com/products/individual#linux
링크 접속 후 버전확인하고 클릭하면 버전 확인할 수 있음
현재 기준 최신 버전: Anaconda3-2020.07-Linux-x86_64.sh
step2 : .sh 파일 다운
$ cd /tmp
$ curl -O https://repo.anaconda.com/archive/Anaconda3-2020.07-Linux-x86_64.sh
step3 : verify the data integrity of the install
$ sha256sum Anaconda3-2020.07-Linux-x86_64.sh
output
38ce717758b95b3bd0b1797cc6ccfb76f29a90c25bdfa50ee45f11e583edfdbf Anaconda3-2020.07-Linux-x86_64.sh
step4 : run conda3.sh
$ bash Anaconda3-2020.07-Linux-x86_64.sh
라이센스 관련 yes 입력
위치 관련 원하는 위치로 잡아주고 enter 입력
conda command line을 사용하려면 yes 입력
step5 : check installation
$ conda list
명령어 작동되는지 확인 설치는 잘되었으나 명령어가 안먹는다면
$ export PATH=~/anaconda3/bin:$PATH