How To Install Python Virtual Environment in Windows

Published: 18 March 2020
on channel: Kumar'S
133
5

Python Virtual environment are helpful to separate out development environment which uses varied libs and packages. In this session we see how to create Python Virtual Environments in Windows 10 with Python version 3.6.
Link for virtual env: https://virtualenv.pypa.io/en/stable/
Link used in video: https://docs.python.org/3/tutorial/ve...

$ pip3 install virtualenv
$ virtualenv install megaprojvenv
$ megaprojvenv\Scripts\activate
$ pip install requests
$ pip freeze "greaterthan-symbol" requirements.txt
$ megaprojvenv\Scripts\deactivate
 Thanks for watching and please subscribe for more such videos.


The full Python Unit Testing videos:
   • Python Unittest  


On this page of the site you can watch the video online How To Install Python Virtual Environment in Windows with a duration of hours minute second in good quality, which was uploaded by the user Kumar'S 18 March 2020, share the link with friends and acquaintances, this video has already been watched 133 times on youtube and it was liked by 5 viewers. Enjoy your viewing!