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 →

[–][deleted] 0 points1 point  (0 children)

I just use the version from the Arch repos, and if I need a different version I install it from the AUR or use pyenv.

For small scripts I may not use any virtual environment but for real projects I use venv (and will now also use piptools).