@jk this is how I feel whenever a another virtual environment appears. Virtualenv? Pipenv? Venv? Condo? Pew?
How many more will exist???
@Denton @jk I just don't understand how Python management is so much more difficult than Perl considering the age of both.
I use the heck out of cpanspec and just plain rpmbuild to make well-formed RPM packages with all the dependencies tracked that we can manage in-house with yum/dnf, but setuptools doesn't do any auto-dep tracking, leading to venv and Java-style bundles or a lot of manual work making custom bdist_rpm command lines.
I don't know why the common case is so difficult
@Phracker2Art I wouldn't say replicable environments is a skill issue necessarily, in a lot of cases they still have to be configured manually.
The variety of methods to do it can be a bit dizzying, but it's better than no replicability which has been a bit of a problem with Python.