In my Linux system I have python 2.x , 3.5 and 3.8. (This question is about python3.x)
When I use the command python3 it starts python 3.8 and the command python3.5 starts python 3.5
I can see 3 pip commands, pip(for python 2.x) and pip3, pip3.8 (both for python 3.8)
How can I install packages only for python 3.5