Sunday, November 26, 2017

How to install PIP Virtualenv in windows

In this post I will show how to install pip, virtualenv in windows.
In the previous post I had shown...
Continuing the previous post PIP is automatically Installed along with Latest python versions(2.7+ and 3.5+).  To check PIP version
  

pip -V
or
pip3 -V

You will get the out put as shown below
pip 9.0.1 from c:\users\admin\appdata\local\programs\python\python35-32\lib\site-packages (python 3.5)
Install virtualenv:
  

pip3 install virtualenv


No comments:

Post a Comment