다음에 앞서서 asdf 설치가 되어야합니다
2022.04.06 - [Dev/Basic] - Mac ASDF 설치 (Homebrew)
설치가 되었으면 다음 과정을 따라합니다
# add python plugin
$ asdf plugin-add python
# python list
$ asdf list-all python
# install python
$ asdf install python 3.8.12
$ asdf list python
# python 등록
$ asdf global python 3.8.12
# python version (버전이 다르면 터미널 종료 후 다시 시도)
$ python -V
$ pip -V
$ python3 -V
$ pip3 -V
# asdf current
$ asdf current
'Dev > 환경세팅' 카테고리의 다른 글
[Mac] GoLang 설치 (asdf) (0) | 2022.05.15 |
---|---|
[Mac] Node 설치 (asdf) (0) | 2022.05.15 |
[Mac] Java 설치 (asdf) (0) | 2022.05.15 |
[Mac] asdf 설치 (Homebrew) (0) | 2022.05.15 |
[Mac] Java OpenJDK 8, 11 설치 (Jenv) (0) | 2022.05.15 |