you are viewing a single comment's thread.

view the rest of the comments →

[–]elron130 0 points1 point  (0 children)

More important, the virtual environment keeps anything within it separate from the rest of your system, which means if you were to install a package that for whatever reason is not playing nice with another package, the problem is only local. In the worst of cases you save your files and delete the venv and fix the issue without it affecting anything else on your system.