В моем Pipfile установлено django-heroku
как package
(а не dev-package
). gunicorn
является зависимостью от django-heroku
. Смотри: 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].
Если зависимости dev недоступны, какой смысл install --dev
?