02 January, 2015

[Python] python環境構築

機械学習用のpython環境構築

MacでPythonの機械学習環境構築(2014年5月版) を参考にしました
  • $ sudo brew update
  • $ sudo brew install pyenv
  • ~/.bash_profileexport PATH="$HOME/.pyenv/shims:$PATH"
  • $ pyenv install -l で最新版を確認
  • $ pyenv install anaconda-2.1.0
  • $ pyenv rehash
  • $ pyenv local anaconda-2.1.0
  • $ pyenv global anaconda-2.1.0

No comments: