*공식 홈페이지 install 방법
https://docs.anaconda.com/anaconda/install/linux/
Installing on Linux — Anaconda documentation
The installer prompts “Do you wish the installer to initialize Anaconda3 by running conda init?” We recommend “yes”. Note If you enter “no”, then conda will not modify your shell scripts at all. In order to initialize after the installation pro
docs.anaconda.com
Ubunti22.04 LTS
1. 다운로드
현재 버전은
Anaconda 사이트에서 Linux로 하여 다운로드 링크 가져오기
https://www.anaconda.com/products/distribution
Anaconda | Anaconda Distribution
Anaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine.
www.anaconda.com
나는 python 3.7버전으로 하려구 아래 코드를 바로 터미널에서 실행 (최근 버전으로 하려면 년도 날짜 부분만 변경하면 됨)
wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
2. 데이터 무결성 검사
sha256sum Anaconda3-2019.10-Linux-x86_64.sh
위의 명령어 실행 시 나오는 결과값이 아래 사이트에서 동일한 버전의 installer file 해시와 동일한지 확인
https://docs.anaconda.com/anaconda/install/hashes/
Anaconda installer file hashes — Anaconda documentation
Anaconda installer file hashes All installer files are available at https://repo.anaconda.com/archive/ . You can verify the data integrity of the Anaconda installer files by running a local program to generate their SHA-256 cryptographic hashes and checkin
docs.anaconda.com
3. 설치파일 실행
bash Anaconda3-2019.10-Linux-x86_64.sh
Do you accept the license terms? [yes|no]
>>> yes
설치 위치 나오고 enter
“Do you wish the installer to initialize Anaconda3 by running conda init?”
>>>yes
4.
설치된 경로에서
source ~/.bashrc
'Projects > capstone design' 카테고리의 다른 글
Anaconda3 딥러닝 가상환경 구축하기 (0) | 2022.07.16 |
---|---|
Anaconda 가상환경 활성화 오류 (0) | 2022.07.16 |
Ubuntu 멀티 OS 부팅 세팅 (0) | 2022.07.13 |