Ubuntu 18.04使用sudo pip3报错

Posted 朱磊的计算机技术博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 18.04使用sudo pip3报错相关的知识,希望对你有一定的参考价值。

在使用sudo pip3 install python库的时候出现如下警告:

The directory ‘/home/lzhu/.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.

解决方案如下:

将 sudo pip3 install 改为 sudo -H pip3 install

以上是关于Ubuntu 18.04使用sudo pip3报错的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu18.04 升级python3后 安装pip3 后报错

Ubuntu18.04开机启动sudo命令

ubuntu18.04 安装pip3

ubuntu18.04 安装 cuda8 并多版本共存

ubuntu18.04 + python3 安装pip3

使用Flask在Ubuntu server 18.04中搭建web服务