Windows reports error when trying to install package using pipenv

前端 未结 8 1991
借酒劲吻你
借酒劲吻你 2021-02-03 22:56

I installed pipenv by following the instructions here. From the Windows command prompt I ran

pip install --user pipenv

which returned the mess

8条回答
  •  逝去的感伤
    2021-02-03 23:34

    Try adding the following to Path environmental variable:

    C:\Users\Robert\AppData\Roaming\Python\Python36\Scripts
    

    instead of the \site-package, as that is where pipenv.exe is installed (at least for me).

提交回复
热议问题