Cara paling cepat adalah dengan memakai
Homebrew:
- Pastikan Homebrew terbaru telah terinstalasi
$ brew update
Instalasi Python versi 2
$ brew install python
Uji, saat penulisan artikel ini versi terkini adalah 2.7.16
$ python -V
Python 2.7.16
Instalasi Python versi 3
$ brew install python@3
Uji, saat penulisan artikel ini versi terkini adalah 3.7.3
$ python3 -V
Python 3.7.3
No comments:
Post a Comment