-bash: /shared/conda/bin/python3: 没有那个文件或目录

时间:2021-02-16 01:43:21

标签: python python-3.x bash

这里是应该被 bash 获取的 python3 和 python 可执行文件

$ which python3
/usr/bin/python3
$ which python
/usr/bin/python

但是在运行 python3 时它会检查 conda python

$ python3 setup.py installcli
-bash: /shared/conda/bin/python3: No such file or directory

为什么会这样?

0 个答案:

没有答案