> > $ sudo pip3 install lxml > The directory '/home/jjj/.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. The directory > '/home/jjj/.cache/pip' or its parent directory is not owned by the > current user and caching wheels has been disabled. check the > permissions and owner of that directory. If executing pip with sudo, > you may want sudo's -H flag. Requirement already satisfied: lxml > in /usr/lib/python3/dist-packages >
pip doesn't require sudo. That's why the error mssg about ownership. _______________________________________________ PLUG: https://pdxlinux.org PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
