버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

목차

패키지 매니저

Homebrew

https://brew.sh

코드 블럭
linenumberstrue
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

conda, pyenv, rbenv

https://formulae.brew.sh/cask/miniconda

...

코드 블럭
linenumberstrue
brew install miniconda pyenv pyenv-virtualenv rbenv

conda

  • 다양한 프로그래밍 언어 환경 제공 - Python, R, Julia, Java, Ruby, Perl 등
  • 머신러닝 및 데이터 분석용 프레임워크 환경 제공 - TensorFlow, PyTorch, Apache Spark, Scikit-learn, Statsmodel, Jupyter Notebook 등