How to fix these problems installing imgdupes
I'm trying to install imgdupes, but the terminal says pip command not found.
sudo apt-get install python-cffi python-dev libjpeg-dev gir1.2-gexiv2-0.10
sudo pip install texttable
sudo pip install jpegtran-cffiI entered:
sudo apt-get install python-cffi python-dev libjpeg-dev gir1.2-gexiv2-0.10So why is pip unknown? Shouldn't it be working after that?
I use gnommeubuntu
Thanks.
61 Answer
Install pip with this command in a terminal:
sudo apt-get install --reinstall python-piprun this version with
piporpip2and/or the Python 3 version of the package
sudo apt-get install --reinstall python3-piprun this version with
pip3