How To Set Up A Python Virtual Environment On Windows 10


In this video, we demonstrate how to set up a python virtual environment on Windows 10.

Commands used:
python
https://www.python.org/downloads/release/python-380/
pip install virtualenv
mkdir my_project
cd my_project
virtualenv env
envScriptsactivate.bat
deactivate
pip install virtualenvwrapper-win

The related article for this article can be found here: https://www.liquidweb.com/kb/how-to-setup-a-python-virtual-environment-on-windows-10/

For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or for more information on our VPS product line, visit: https://www.liquidweb.com/products/vps/.

Video by: Justin Palmer


Duration: 00:02:09
Publisher: Liquid Web
You can watch this video also at the source.