반응형
brew install python3
# 어쩌고 저쩌고 에러 나면
sudo mkdir /usr/local/Frameworks
sudo chown -R $(whoami) /usr/local/Frameworks/
brew link python
# edit bash_profile
vi ~/.bash_profile
alias python='python3'
# reload
. ~/.bash_profile
반응형
'python' 카테고리의 다른 글
[python] operator interface (0) | 2020.04.08 |
---|---|
[python] string format (0) | 2020.03.19 |
[python][pyjwt] JWT example (0) | 2020.02.03 |
[python] AttributeError: module 'yaml' has no attribute 'FullLoader' (0) | 2020.01.30 |
[Python] python3으로 업그레이드 (centos7) (0) | 2020.01.14 |