python pip still looking for previous installation

前端 未结 4 1780
名媛妹妹
名媛妹妹 2021-01-01 19:46

After experiencing this brew issue with sqlite3, I did

brew rm sqlite python python3

then

brew install python python3
         


        
4条回答
  •  执念已碎
    2021-01-01 20:19

    If you are working on a cluster and cannot (and should not) access the root directory: /usr/local/share/python/pip, you should look in your home directory instead: $HOME/.local/bin/pip. Check that the proper python location is referenced there.

提交回复
热议问题