I installed pip, but if I try to install a package with
python -m pip install requests it says
/usr/local/bin/python: No module named pip How can I figure out where the problem is?
The problem is not with pip, but that the modules are not installed in the right way, so I can’t use them in Python. I am using Ubuntu 15.04 (Vivid Vervet).
pipinstalled? You can check withwhich pip. if there is nopip, start with the docs/usr/local.