|
|
|
|
|
by rk06
1612 days ago
|
|
What exactly virtualenv adds to table that justifies it? I have used c#, and javascript. And not felt any issues by lack of virtualenv. I know python need it because otherwise it does not support project level modules. But that is a python only problem |
|
The reason is that pip/most package managers have a default to install a package globally. Which can be annoying especially for noobs.