我正在尝试删除 pip(因为我有 pip3)。我这样做了sudo apt-get remove --purge pip
,然后得到
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pip
但which pip
给予
/usr/local/bin/pip
我可以确认 pip 不起作用,pip --version
因为
bash: /usr/local/bin/pip: /usr/bin/python: bad interpreter: No such file or directory
我如何清理我的系统?
我正在使用Windows 上的 Ubuntu(WSL)。我真的希望这不是问题,因为其他一切似乎都运行良好。
答案1
因为您有pip3
,所以您需要卸载python3-pip
。