When i tried entering the command on terminal (Im using Linux): python3 -m pip install -r requirements.txt I get the error: No module named pip
I have already installed pip on Python3 using: apt-get install python3-pip.
Any help is appreciated! Thanks.