我正在按顺序执行的 Windows 10 环境中使用 Python 3.6.3:
py -m pip install virtualenv
py -m pip install pew
py -m pip install pipenv
然后 :
py -m pipenv --three
结果是
Creating a virtualenv for this project…
Using C:\Users\xxxx\AppData\Local\Programs\Python\Python36-32\python.exe to create virtualenv…
Warning: it looks like pew is not in your PATH. We cannot continue until this is resolved.
我尝试了下面的解决方案,但它不起作用: pipenv install 给出“pew is not in your PATH”