go the directory where you want to create the virtual environment
type cmd in the location bar in file explorer & hit enter
on cmd type ->pip install virtualenv
then create the virtual env using the virtualenv library by typing the below command in cmd.
-> virtualenv -p="C:\location of python\python.exe" <virtualenv_name>
for windows only
install the specific version of python in your pc
go the directory where you want to create the virtual environment
type cmd in the location bar in file explorer
on cmd type ->pip install virtualenv
then create the virtual env using the virtualenv library by typing the below command in cmd.
-> virtualenv -p="C:\location of python\python.exe" <virtualenv_name>
for windows only
install the specific version of python in your pc
go the directory where you want to create the virtual environment
type cmd in the location bar in file explorer & hit enter
on cmd type ->pip install virtualenv
then create the virtual env using the virtualenv library by typing the below command in cmd.
-> virtualenv -p="C:\location of python\python.exe" <virtualenv_name>
go the directory where you want to create the virtual environment
type cmd in the location bar in file explorer
on cmd type ->pip install virtualenv
then create the virtual env using the virtualenv library by typing the below command in cmd.
-> virtualenv -p="C:\location of python\python.exe" <virtualenv_name>