Question

When I create a new virtualEnv, if I install Django inside a new environment, it's isolated. But what if I'm inside a virtualEnv and I install emacs, and mysql or such. These packages have nothing to do with python. Would the emacs and mysql packages that I installed be global or isolated to one virtualEnv only?

Thanks

Was it helpful?

Solution

Only python packages installed inside virtualenvironment are isolated. System packages are not.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top