Anaconda 다운로드
위 링크에서 Anaconda 를 다운로드 받고, 아래 명령어의 결과와 링크의 결과를 비교해 무결성을 확인한다.
sha256sum Anaconda3-2025.06-0-Linux-x86_64.sh
Shell
복사
(사실 그냥 위 무결성 검사 링크에서 리스트 보고 다운로드 받아도 된다.)
Anaconda 설치
bash Anaconda3-2025.06-0-Linux-x86_64.sh
export PATH=/home/sshowbiz/anaconda3/bin/:$PATH
Shell
복사
fish shell 에 initialize 스크립트를 넣고 싶다면 다음과 같이 입력한다.
conda init fish
Shell
복사