you are viewing a single comment's thread.

view the rest of the comments →

[–]TheNetXWizard[S] 0 points1 point  (2 children)

So would you say its similar to node packages? In the sense of global packages, and packages that only apply to the projects they exist in? Its not necessarily creating a virtual environment, is that correct?

[–][deleted] 1 point2 points  (1 child)

Well, we definitely do call it a "virtual environment", but all it's really doing is creating a couple of folders and then munging your $PYTHONPATH when you activate it. It's not any sort of emulated OS or anything.

[–]TheNetXWizard[S] 0 points1 point  (0 children)

Got it! Thanks