Be sure to turn on the subtitles.
PUT YOUR "LIKES" TO THE VIDEO AND SIGN UP TO STAY IN WITH THE NEW VIDEOS.
In this video, I give a brief overview of what virtual environments in Python are for. And how to install a virtual environment using the built-in utility named "pip".
Check your version of the virtual environment by typing the command at the command line:
Virtualenv --version
To install virtualenv, type the following at a command prompt:
Pip install virtualenv.
Python group at: https://vk.com/ProgrammingHub