|
|
|
|
|
by foobarandgrill
3036 days ago
|
|
>Why? pipenv handles dependency- and virtual-environment-management in a way that’s very intuitive (to me), and fits perfectly with my desired workflow. Why specifically do you use it instead of virtualenv (+virtualenvwrapper)? |
|
If you use pipenv for a project, you no longer need to care about pip, requirements.txt or virtualenv.
Pipenv/Pipfile is the new standard recommended by Python.org/PyPA:
https://packaging.python.org/tutorials/managing-dependencies...
https://github.com/pypa/pipenv
https://github.com/pypa/pipfile