✅ 操作成功!

docker容器中出现Consider using the `

发布时间:2023-06-12 作者:admin 来源:文学

docker容器中出现Consider using the `

docker容器中出现Consider using the `

问题描述:

ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: ‘/home/venv/bin/pip’ Consider using the --user option or check the permissions.

解决方法:

方法1:

在root下,给/home/venv目录权限:chmod -R 777 /home/venv 注:如果docker中无法进入root,使用以下方式,先修改root密码:五、修改镜像root密码。

方法2:

python -m venv /home/venv ENV PATH="/home/venv/bin:$PATH"

👁️ 阅读量:0