为什么不能在“pipenv install dev”之后运行开发依赖关系?

2024-06-26 02:24:01 发布

您现在位置:Python中文网/ 问答频道 /正文

{{my}(而不是cda}安装在cd2}中)。gunicorn是{}的一个dev依赖项。参见:https://github.com/heroku/django-heroku/blob/master/Pipfile

我希望在运行pipenv install --dev之后,我可以运行pipenv run gunicorn。在

那么为什么会抛出以下错误呢?在

Error: the command gunicorn could not be found within PATH or Pipfile's [scripts].

如果开发依赖项不可用,install --dev有什么用?在


Tags: installdjangohttpsdevgithubmastercomheroku