使用pip出现/bin/python: bad interpreter: No such file or directory:

使用pip出现/bin/python: bad interpreter: No such file or directory:

复制环境后使用pip出现了bad interpreter: No such file or directory:提示,
scp -P 22 -r /home/***/anaconda3/envs/py35 [email protected].******:/home/***/.conda/envs/

按照下面可以解决:
which pip
/home/pengwei/.conda/envs/py35/bin/pip

which python
/home/pengwei/.conda/envs/py35/bin/python

vim /home/pengwei/.conda/envs/py35/bin/pip
把#!后面的改成python的路径就好了

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/ganxiwu9686/article/details/98736127