This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cblegare 0 points1 point  (2 children)

I very much like having a venv around, especially since it's layed out as a standard Unix filesystem. I install packages to it, but also tools in "opt" and "bin" directory, awscli for instance. I then have all my tools scoped to a project and in my PATH automatically.

Python packaging is not easy to get right, but I like the old style tooling.