Anaconda
- install anaconda
brew install anaconda // password는 Macbook의 password 입력 - set path
export PATH="/opt/homebrew/anaconda3/bin:$PATH" source ~/.zshrc // 터미널 종료되더라도 설정 유지 conda init zsh conda update -n root conda // 터미널 종료 후 버젼 확인 conda -V
brew install anaconda
// password는 Macbook의 password 입력export PATH="/opt/homebrew/anaconda3/bin:$PATH"
source ~/.zshrc
// 터미널 종료되더라도 설정 유지
conda init zsh
conda update -n root conda
// 터미널 종료 후 버젼 확인
conda -V