check python version mac
# To check python 3 version type in the terimnal:
python3 --version
# To check python 2 version just type:
python --version
# If any errors come up then that means python isn't installed on your
# system.
check python version mac
# To check python 3 version type in the terimnal:
python3 --version
# To check python 2 version just type:
python --version
# If any errors come up then that means python isn't installed on your
# system.
change default python version mac
#install or update brew
$ brew install pyenv
#install
$ pyenv install 3.7.3
#make default
$ pyenv global 3.7.3
# and verify
$ pyenv version
3.7.3 (set by /Users/mbbroberg/.pyenv/version)
$ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
#reset the current shell
$ exec $0
$ which python
#/Users/mbbroberg/.pyenv/shims/python
$ python -V
$ pip -V
#pip 19.0.3 from /Users/mbbroberg/.pyenv/versions/3.7.3/lib/python3.7/site-packages/pip (python 3.7)
which python mac
$ brew update && brew upgrade python
set python 3 as default mac
[ -e ~/.profile ] && . ~/.profile
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us