What is the importance of virtual environment in creating a WebApp? (In python3) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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