【发布时间】:2020-05-21 16:15:26
【问题描述】:
我正在使用 Python 3.8.1:
$ python -V
Python 3.8.1
我已经安装了 pipenv:
$ pip list | grep pipenv
pipenv 2018.11.26
如果我尝试安装 Django,我会收到以下错误:
$ pipenv install django
pyenv: pipenv: command not found
The `pipenv' command exists in these Python versions:
3.7.2
我是否做错了什么导致 pipenv 无法与 3.8.1 一起使用,我该如何解决?
【问题讨论】:
标签: python python-3.x bash pip pipenv