Moi,
Enää en ole varma, miten on asennettu:
jtak@jtak-K73BY ~ $ pip2 uninstall --user yle-dl
/home/jtak/.local/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
Usage:
pip2 uninstall [options] <package> ...
pip2 uninstall [options] -r <requirements file> ...
no such option: --user
jtak@jtak-K73BY ~ $ pip3 uninstall --user yle-dl
Usage:
pip uninstall [options] <package> ...
pip uninstall [options] -r <requirements file> ...
no such option: --user
jtak@jtak-K73BY ~ $ sudo pip2 uninstall yle-dl
[sudo] salasana henkilölle jtak:
The directory '/home/jtak/.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.
Cannot uninstall requirement yle-dl, not installed
The directory '/home/jtak/.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 are using pip version 8.1.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
jtak@jtak-K73BY ~ $ sudo pip3 uninstall yle-dl
The directory '/home/jtak/.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.
Cannot uninstall requirement yle-dl, not installed
The directory '/home/jtak/.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 are using pip version 8.1.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.