zsh command cannot found pip

前端 未结 5 1697
没有蜡笔的小新
没有蜡笔的小新 2020-12-25 10:19

How can I use pip in oh-my-zsh? I was trying to install nltk through pip, but it told me zsh: command not found: pip. When I check plu

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-25 10:56

    Edit your rc file:

    vim ~/.zshrc
    

    Find the config plugins and delete the pip entry.

    In a new terminal:

    which pip
    

    This will show you the real path of pip

提交回复
热议问题