Python tips

Python is the tricky bit

My notes are primarily for Mac users.  There’s a difference between Homebrew Python installs and the ones that come from Python.org installers.  I’m using the Python.org ones.

I’m using Python 11 – which is available here.

Check your Python version at the command line before installing

which python3

Versions are will be stored in this (MacOS) directory

Library/Frameworks/Python.framework

Rename copies of the “Current” folder alias to point at the desired version,