This video is about installing and activating a virtual environment on Windows. This video goes over the following:
What a virtual environment is
How to install virtualenv
How to create a virtual environment
How to activate a virtual environment
Key takeaways:
A virtual environment is a self-contained environment that allows you to isolate your Python projects.
Virtualenv is a tool that can be used to create virtual environments.
Virtual environments are created using the virtualenv command.
Virtual environments are activated using the source bin/activate command on Linux/macOS or the Scripts\activate command on Windows.