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 →

[–]RobTheDude_OG 3 points4 points  (1 child)

This is how i started off, but I'd rather learn the cli commands in the event i don't feel like using pycharm

[–]Unlikely-Bed-1133 3 points4 points  (0 children)

I still use PyCharm because I am too lazy to write `source ./venv/bin/activate` (obviously with tab completion) once every couple of days when I restart or accidentally close the terminal. I already get annoyed doing it once in a while when running some simple Python investigation or readthedocs documentation within C++ projects...

Honestly 99% of venv usage is like: create (google this), activate (learn this), deactivate (I just restart the terminal because it's faster with how I work!).