How to install and setup Virtual Environment

  How to install  and setup Virtual Environment

 

 

   In this video we are discuss about " How to install Virtual Environment " Linux and Windows . 
  Virtual Environment is one the best feature in python. It is create virtual hard storage in your system
 
 
Pre requirement
 
python (Installation tutorial)
pip (Installation tutorial)
 
Installation Guide
pip install virtualenv
 

 
            or

pip3 install virtualenv
 

 
Create Virtual Environment
virutualenv <anyname>
 

 
Activate Virtual Environment
 
source anyname/bin/activate 
 

 
Windows
Installation Guides are same
Create new virtual environment is same
Activate step 
 
In windows platform
  \env\Scripts\activate.bat
 
I hope guys you enjoyed to watch this tutorial 
If you have any doubts please ping me or just put the comment section
Thank you !!!!

Share:

No comments:

Post a Comment