Saturday, December 24, 2016

파이썬 개발 환경 for osx.

pyenv


파이썬 버전 관리

brew install pyenv
https://github.com/yyuu/pyenv

pyenv-virtualenv


파이썬 가상 환경

brew install pyenv-virtualenv
https://github.com/yyuu/pyenv-virtualenv

autoenv


폴더별 SHELL 환경 설정 ( 꼭 파이썬이 아니더라도 )

brew install autoenv
https://github.com/kennethreitz/autoenv

vim


말이 필요 없는

No comments:

Post a Comment