python pip still looking for previous installation

前端 未结 4 1779
名媛妹妹
名媛妹妹 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:14

    I would install Python 2.7 form the project's page, and later use pip to install all other packages from within virtualenv. It works for me.

提交回复
热议问题