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
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

Be the first to comment