After programming a good 2 months in #python finally found the tool #poetry which is quite similar to how #nodejs bundles libraries into a directory either locally or globally in the cache directory.
I have tried the other tools from #pyenv to #venv and/or #virtualenv. Where I thought they were used to deal with library dependency management only to realize that they are more like #nvm.
I did use #conda for some time, though preferred a python only solution. I do realize that poetry won't resolve all issues and might need to look into to containerization later on, though for the time period it looks like a good solution.
@barefootstache But, I should say, it has been a while since I've tried it on a new project, so it's probably better now then my impression indicates.
@barefootstache I haven't used it a whole lot, but I think it has the potential to be the best tool at what it does. From what I saw, it was very good about following modern standards and generally working in an intuitive way. It was just a bit immature (i.e. needed more time to add features), as of the last time I used it.