标签: 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
为什么会这样?