|
|
|
|
|
by bmn__
2581 days ago
|
|
Tests are not automatically run and centrally reported as part of the installation process. There is no good heuristic for picking one package over the other when they occupy a similar problem space. This is mostly a cultural problem, the community's efforts are lackluster. virtualenv is not installed by default, making bootstrapping into a separate prefix that is independent from the system installation unnecessarily aggravating. Semiautomatic packaging tools (e.g. pypi into rpm) produce low kwalitee packages and manual intervention more often needed compared to similar languages. Worse are languages that simply don't have much manpower behind them in absolute numbers, e.g. CL/quicklisp. Given Python's mindshare, the results are subpar. |
|
It is, but it's called venv these days:
(Unless you're sticking to a very old version of Python, but in that case there's nothing the Python developers could do about it.)