Skip to content

Instantly share code, notes, and snippets.

@slaysd
Created August 12, 2017 13:40
Show Gist options
  • Save slaysd/febd79ed93b778fadb8e18509536e3f7 to your computer and use it in GitHub Desktop.
Save slaysd/febd79ed93b778fadb8e18509536e3f7 to your computer and use it in GitHub Desktop.
파이썬 기초 환경 구축 시 bash쉘에 등록 해야할 것들
eval "$(pyenv init -)"
echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bash_profile
echo 'source /usr/local/opt/autoenv/activate.sh' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment