취미와 밥줄사이
[ Ubuntu 20.04 ] zsh에 Anaconda 설치 본문
1. Download
https://www.anaconda.com/products/individual
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
2. Anaconda 설치하기
source Anaconda3-2021.11-Linux-x86_64.sh
3. zsh쉘에 아나콘다 환경변수 설정
vim ~/.zshrc
export PATH=$HOME/anaconda3/bin:$PATH
source ~/.zshrc
REFERENCE
https://riverzayden.tistory.com/31
Ubuntu 18.04 - Anaconda 설치
<!doctype html> 2019-08-17-Ubuntu-18-04-ananconda-install 1. Download https://www.anaconda.com/distribution/#download-section 2. 권한 설정 및 설치 chmod +x Anaconda3-2019.07-Linux-x86_64.sh ./Anacon..
riverzayden.tistory.com
'OS > Linux' 카테고리의 다른 글
[ Linux ] File Descriptor(파일 디스크립터) (0) | 2022.03.04 |
---|---|
[ Linux ] zsh 프롬프트 현재 디렉터리만 표시하는 방법 (0) | 2022.02.13 |
[ Linux 명령어 ] source 명령어란 (0) | 2022.02.12 |
[ Vim ] 주석처리 (0) | 2022.02.12 |
[ Ubuntu 20.04 ] Ubuntu Chrome 설치하기 (0) | 2022.02.12 |