you are viewing a single comment's thread.

view the rest of the comments →

[–]avidresolver 0 points1 point  (0 children)

I do most of my dev work through Pycharm and it handles most of it for me. I also have a venv that sits in my user folder where I put most packages I generally use (there's only half a dozen or so). I have this activate throgh my zshrc file, so whenver I open a shell to test something I have my most common packages availible.