Ubuntu

Ubuntu에서 Anaconda 설치

K_Hyul 2023. 8. 29. 22:11
728x90

 

sudo apt update 

 

sudo apt install curl -y

 

curl --output anaconda.sh https://repo.anaconda.com/archive/Anaconda3-2023.07-2-Linux-x86_64.sh 

 

sha256sum anaconda.sh

 

bash anaconda.sh

 

출처 : 

https://jongsky.tistory.com/21

 

 

728x90

'Ubuntu' 카테고리의 다른 글

[Linux] 명령어 별칭 넣기  (0) 2024.02.05