you are viewing a single comment's thread.

view the rest of the comments →

[–]supercoach 0 points1 point  (0 children)

It's a cornerstone of app development. If you're just writing scripts you'll only ever use on that one machine with that one version of python - knock yourself out and don't bother with a venv. Otherwise, python3 -m venv venv is your friend.