close

How to Update python version in mac

Hello guys. How are you all? I hope you all fine. In this tutorial we will learn about How to Update python version in mac. so without wasting time lets learn about of this.

Methods To update python version

  1. Methods to Update Python on Mac

    To Update python version in mac use this. check the python version on Mac by below
    python --version
    python3 --version

  2. Methods to Update Python on Mac

    To Update python version in mac just use homebrew. By using homebrew you can update python on Mac brew install python3 cp /usr/local/bin/python3/usr/local/bin/python brew install python@2

  3. update python version mac

    To Update python version in mac just use homebrew. By using homebrew you can update python on Mac brew install python3 cp /usr/local/bin/python3/usr/local/bin/python brew install python@2

Method 1: update python version mac

check the python version on Mac by below

python --version
python3 --version

Method 2: Use Homebrew

By using homebrew you can update python on Mac

brew install python3
cp /usr/local/bin/python3 /usr/local/bin/python
brew install python@2

Conclusion

It’s all About this Tutorial. Hope all methods helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which method worked for you?

Also, Read

Leave a Comment