How To Set Up A Python Virtual Environment On Windows 10

Video Player is loading.
Current Time 0:00
Duration -:-
Loaded: 0%
Stream Type LIVE
Remaining Time -:-
 
1x
8 Views
Published
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
env\Scripts\activate.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 on our VPS product line, visit: https://www.liquidweb.com/products/vps/ or consider our cloud VPS https://www.liquidweb.com/products/cloud-hosting/vps/

Video by: Justin Palmer
Category
Liquid Web
Tags
liquidweb, datacenter, web
Show more
Be the first to comment