Pipenv: Deploy my application using pipenv on AWS

Created on 14 Dec 2018  路  3Comments  路  Source: pypa/pipenv

What is the purpose of this repo if you can not use it to deploy and scale your Python application ?

Also stop the propaganda, this package is crap and does not allow to install dependencies easily for production and AWS auto-scaling. I just did not find a way to do : cd /your/project && pipenv run uwsgi --ini blabla.ini.

This may be useful for beginner developpers that must handle multiple environments, but that's all.When you need to do more serious things that should be simple, pipenv is totally useless.

By the way your documentation is shit.

Most helpful comment

Amazon says
pipenv lock -r > requirements.txt

All 3 comments

I would be cordial if this WAS NOT OFFICIALY RECOMMENDED TOOL.

You encourage the death of Python.

Is this cordial enough ?
https://chriswarrick.com/blog/2018/07/17/pipenv-promises-a-lot-delivers-very-little/#officially-recommended-tool-or-how-we-got-here

Amazon says
pipenv lock -r > requirements.txt

Was this page helpful?
0 / 5 - 0 ratings