pipenv install gives “pew is not in your PATH”

后端 未结 2 796
刺人心
刺人心 2021-02-08 05:38

I have Mac OS X El Capitan, installed python 3.6, pip, pipenv. Can\'t make pipenv work:

pipenv install
Creating a virtualenv for this project…
Warning: it looks          


        
相关标签:
2条回答
  • 2021-02-08 06:11

    Uninstall virtualenv, pipenv and pew.

    Then, follow this: first install virtualenv, then pew, then pipenv with simple command pip install.

    0 讨论(0)
  • 2021-02-08 06:11

    sudo -H pip3 install pew fixes the issue

    0 讨论(0)
提交回复
热议问题