I haven't found a way to install pip for python3.9 . When I run the command sudo apt install python3-pip it installs pip for pythpn3.8, not 3.9. If I try to use sudo apt install python3.9-pip it gives an error.
I want to install numpy, but if I use pip3 install numpy it installs it for python3.8 and not 3.9.
Ubuntu version is 20.04