MACOS says I need to update Python

I am starting to learn Rhino Python with ATOM. It Was all going well until MACOS told me my version of python will no longer run on my computer. Do I need to update Rhino Python or just Python?

You cannot, I believe.

Hello,

Were you using the built in system python interpreter? It would be a good idea to install a separate python interpreter from the downloads on python.com. I think the system python is being hidden, possibly so they can upgrade to python 3 or to reduce the risk of people breaking their OS by pip installing random packages with sudo privileges. :slight_smile:

Bonus marks if you use virtual environments to isolate your project and let you work on separate projects independently.

Thanks a fresh install and upgrade to Python 3 fixed the problem

1 Like