What is the importance of virtual environment in creating a WebApp? (In python3) | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

What is the importance of virtual environment in creating a WebApp? (In python3)

8th Mar 2022, 9:47 AM
Spykvng Hero
Spykvng Hero - avatar
1 Respuesta
+ 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.
10th Mar 2022, 8:18 AM
SoloilSole
SoloilSole - avatar