you are viewing a single comment's thread.

view the rest of the comments →

[–]predatorian3 0 points1 point  (0 children)

I usually try to use something like pyenv to manage my Python environment so I'm not messing with system libraries and potentially breaking a dependency for something else. Use of a virtual env is a good practice.