What is the importance of virtual environment in creating a WebApp? (In python3) | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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