I am learning Django. I installed two different versions of python on my laptop, 2 and 3. I configured my Laptop to use Python 3, so when I check version using the command l
Execute below command line:->
For Python3 :->
virtualenv --python = $(which python3) EnvironmentName
For Python2 :->
virtualenv --python = $(which python) EnvironmentName