I'm getting this:
$ pip3.10
pip3.10: command not found
Now, I have python3.10 installed correctly:
$ python3.10 --version
Python 3.10.10
And I have installed pip within it:
$ python3.10 -m pip
Usage:
/usr/bin/python3.10 -m pip <command> [options]
....
What am I missing?