(no title)
ihusasmiiu | 3 years ago
IMHO Python should improve what it already has instead of pushing the usage of third party tools for a core component such as packaging.
For all my Python projects I just use setuptools and the built-in venv module for isolation.
What I feel it's really missing is an official way to have multiple Python version installed.
Doxin|3 years ago
Install them into different directories. There's nothing about python that makes this at all hard or even tricky.
nine_k|3 years ago
I also suppose that pyenv and poetry exist and solve that to a reasonable extent.
ihusasmiiu|3 years ago
Debian IMHO has the worst take on that (see the venv module).
Pyenv definitely solves it, but I talked about an officially supported solution.
angrais|3 years ago