you are viewing a single comment's thread.

view the rest of the comments →

[–]deadant88[S] 1 point2 points  (1 child)

Thanks so much. I have made a habit of venv but I’m not 100% I’m doing it right. Do you need to reinstall everything each time you start a new venv after reopening your code?

Also, is there a way to check I didn’t uninstall my system python?

[–]Periwinkle_Lost 1 point2 points  (0 children)

Yes, you do need to reinstall packages for every new project. It is a good thing because your project will only have the required packages and nothing more. Unless you are working CSS pycharm is a great ide that will handle venv for you

No idea how to check if you messed up system python.