码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu遇到问题“Could not install packages due to an EnvironmentError: [Errno 13] 权限不够: ”

时间:2019-02-15 22:26:51      阅读:7523      评论:0      收藏:0      [点我收藏+]

标签:inf   源文件   tps   https   txt   mamicode   程序包   路径   use   

Ubuntu在使用一些pip的时候会遇到:“Could not install packages due to an EnvironmentError: [Errno 13] 权限不够:”的问题。

在正常的命令后面加一个 --user即可:

在使用pip的相关命令时,使用国内源的速度更快:如下是使用了清华的国内源。

 pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ --user

这样会将Python 程序包安装到 $HOME/.local 路径下,其中包含三个字文件夹:bin,lib 和 share。
如果是配置了pip镜像源文件,则使用下面的命令:

技术图片

 

Ubuntu遇到问题“Could not install packages due to an EnvironmentError: [Errno 13] 权限不够: ”

标签:inf   源文件   tps   https   txt   mamicode   程序包   路径   use   

原文地址:https://www.cnblogs.com/xinmomoyan/p/10386151.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!