python返回非零退出状态1

时间:2020-08-11 10:02:10

标签: python linux numpy linux-mint

我尝试创建一个虚拟环境以让我安装NumPy,SciPy和Matplotlib 我这样写:python3.8 -m venv work3.8 结果是:Error: Command '['/home/mohammed/work3.8/bin/python3.8', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

1 个答案:

答案 0 :(得分:0)

请尝试:python3 -m venv [your directory]

之后,如果要使用新的虚拟环境类型:source [your directory]/bin/activate

然后,如果您想离开自己的静脉类型:deactivate

(已在Debian上选中)

我希望这对您有帮助, 问候