python virtual environment help us manage the dependencies, and reduce effort while working on multiple project.
- It is important because likely you will be working on multiple different porject on same time.
- You want to share your project with other developers.
- Only to have necessary packages for your work. not more than needed.
python -m venv C:\Users\username\Documents\virtual_envs\your_project_name
C:\Users\username\Documents\virtual_envs\your_project_name\Scripts\activate.bat