nejde
filip@filip-Lenovo-ideapad-110-15ISK:~$ sudo pip uninstall
[sudo] heslo pro filip:
fThe directory '/home/filip/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
You must give at least one requirement to uninstall (see "pip help uninstall")
filip@filip-Lenovo-ideapad-110-15ISK:~$ sudo -h pip uninstall pip
sudo: nelze přeložit název stroje pip
sudo: uninstall: příkaz nenalezen
filip@filip-Lenovo-ideapad-110-15ISK:~$ sudo chown -R filip:filip /home/filip/.cache/pip/http
filip@filip-Lenovo-ideapad-110-15ISK:~$ sudo -h pip uninstall pip
sudo: nelze přeložit název stroje pip
sudo: uninstall: příkaz nenalezen
filip@filip-Lenovo-ideapad-110-15ISK:~$ sudo pip uninstall pip
The directory '/home/filip/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Not uninstalling pip at /usr/lib/python2.7/dist-packages, outside environment /usr
filip@filip-Lenovo-ideapad-110-15ISK:~$ sudo -s
root@filip-Lenovo-ideapad-110-15ISK:~# sudo chown -R filip:filip /home/filip/.cache/pip/http
root@filip-Lenovo-ideapad-110-15ISK:~# pip uninstall pip
The directory '/home/filip/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Not uninstalling pip at /usr/lib/python2.7/dist-packages, outside environment /usr
root@filip-Lenovo-ideapad-110-15ISK:~#