본문 바로가기
Linux

[linux] 아나콘다 리눅스 서버에 설치하기 install anaconda3 in linux

by Chandler.j 2020. 10. 6.
반응형

아나콘다 리눅스 서버에 설치하는 방법 

간단함

step1 : 리눅스에 맞는 최신버전 확인

step2 : .sh 파일 다운

step3 : verify the data integrity of the install

step4 : run conda3.sh

step5 : 설치 되었는지 확인


step1 : 리눅스에 맞는 최신버전 확인

www.anaconda.com/products/individual#linux

 

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

fig1. 버전확인

링크 접속 후 버전확인하고 클릭하면 버전 확인할 수 있음

현재 기준 최신 버전: 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

fig2. license

라이센스 관련 yes 입력

fig3. location

위치 관련 원하는 위치로 잡아주고 enter 입력

fig4. conda command line

conda command line을 사용하려면 yes 입력

 

step5 : check installation

$ conda list

명령어 작동되는지 확인 설치는 잘되었으나 명령어가 안먹는다면

$ export PATH=~/anaconda3/bin:$PATH

 

 


TOP

Designed by 티스토리