Why would someone choose to use a third party library when the first party solution[0] is more than adequate in the first place? [0] https://docs.python.org/3/library/venv.html
If this project is dead, just tell us
11–20 of 325 posts
Re: If this project is dead, just tell us
#12Re: If this project is dead, just tell us
#13Why would someone choose to use a third party library when the first party solution[0] is more than adequate in the first place? [0] https://docs.python.org/3/library/venv.html
2. Because it's not at all clear that pipenv is a third party library. It's made by the same group that makes pip, so it's confusing that pip would be considered a de-facto standard but not pipenv when it's made by the same group, and under the same project in Github.
Re: If this project is dead, just tell us
#14This is all MIT licensed, if people care so much, why has nobody forked this? Why are people talking about jumping ship to a completely different project instead of forking and cutting a new release from there?
Re: If this project is dead, just tell us
#15Re: If this project is dead, just tell us
#16Re: If this project is dead, just tell us
#17I think it applies to all open source projects.
Re: If this project is dead, just tell us
#18I'm a bit confused here. Maybe the project is mismanaged, or there's some upstream issue with package distro, but it seems to be far from dead.
Re: If this project is dead, just tell us
#19Why would someone choose to use a third party library when the first party solution[0] is more than adequate in the first place? [0] https://docs.python.org/3/library/venv.html
pipenv does more than just create a venv, although it is my favorite tool for that. The most important thing it does is freeze the dependency tree using Pipfile.lock
sorry but what does freezing the dependency tree mean?
Re: If this project is dead, just tell us
#20I would like more projects to be without commits and just work.
I don't understand why there must always be new commits if everything already works.