I used sudo pip install virtualenv
, then when I run virtualenv ENV
in a directory, I get a Python 2 virtual enviroment.
If I use 'pip3 install virtualenv' to install virtualenv again, will it override the previous installation of virtualenv, then when I run virtualenv ENV
, I get a Python 3 virtual enviroment? or will it install a new virtualenv in a different name like virtualenv3 in a different place ?