Pipenv: Command Not Found

后端 未结 6 457
Happy的楠姐
Happy的楠姐 2020-12-22 16:12

I\'m new to Python development and attempting to use pipenv. I ran the command pip install pipenv, which ran successfully:

...
Successfully buil         


        
6条回答
  •  春和景丽
    2020-12-22 16:41

    I tried this:

    python -m pipenv # for python2

    python3 -m pipenv # for python3

    Hope this can help you.

提交回复
热议问题