Hello i am new to Raspberry pi, I set up Rasbian on my Raspberry pi3, python3.7 is set up by default on the software, so pip3 is directly calling python3.7 and setting up the libraries on python3.7.
I installed python3.5 on the OS, but I can not use pip3 for python3.5, since when I am using pip3 -V command it shows ( pip 19.2.1 from /usr/local/lib/python3.7/dist-packages/pip (python3.7))
My python3.5 has no pip file in /usr/local/lib/python3.5/site-packages
The question now how to make pip3 linked to python3.5 instead of python3.7.