I have installed Python 3.7 I can use Python 3.7 by typing python3
command in terminal.
However if i type pip --version
or pip3 --version
it prints pip 18.1 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)
in either case. So i cannot install packages to use with Python3.7
How can i set pip3 path and Python version to use it with Python3.7 ?
BTW i use Raspbian Stretch as OS.