취미와 밥줄사이

[ Ubuntu 20.04 ] zsh에 Anaconda 설치 본문

OS/Linux

[ Ubuntu 20.04 ] zsh에 Anaconda 설치

취미와 밥줄사이 2022. 2. 13. 02:55

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