一背景

  1. 最近把conda 移动后,出现了一堆bug,目前pip不能使用,在此记录一下解决方案。

二报错信息

  1. bash: /home/xxx/anaconda3/envs/yolov10/bin/pip3 /home/xxx/.conda/envs/yolov10/bin/python: bad interpreter: No such file or directory No such file or directory
  2. 错误说明是pip对应python位置不对。对应解决思路是,正确链接到python路径

三解决方案

  1. 修改文件
    vim ~/anaconda3/envs/yolov10/bin/pip3
  2. bash: /home/xxx/anaconda3/bin/conda: No such file or directory-LMLPHP
  3. 根据上图,只需要修改第一行,写入正确的python3路径即可.
08-25 10:28