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 follows the same Python version?