문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top