I had an old Python version on one MacBook, and I'm used to having updated stuff on another MacBook, so I brew install python on the first one.
Then, I got this when checking:
$ python3 --version Python 3.12.3 $ pip --version pip 23.3 from /opt/homebrew/lib/python3.11/site-packages/pip (python 3.11) Is this normal? Or should my pip follow the same Python version?
pip3.12 installinstead ofpip install.