0
What is the importance of virtual environment in creating a WebApp? (In python3)
1 Resposta
+ 2
For example for a Flask project one venv, for a Django another. Also when you use matplotlib and numpy ect in some project, good practice to have another. So you don't put all packages globally on your system.