Skip to main content
added 12 characters in body
Source Link

for windows only

  1. install the specific version of python in your pc
  2. go the directory where you want to create the virtual environment
  3. type cmd in the location bar in file explorer & hit enter
  4. on cmd type ->pip install virtualenv
  5. 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

  1. install the specific version of python in your pc
  2. go the directory where you want to create the virtual environment
  3. type cmd in the location bar in file explorer
  4. on cmd type ->pip install virtualenv
  5. 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

  1. install the specific version of python in your pc
  2. go the directory where you want to create the virtual environment
  3. type cmd in the location bar in file explorer & hit enter
  4. on cmd type ->pip install virtualenv
  5. 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>
Source Link

for windows only

  1. install the specific version of python in your pc
  2. go the directory where you want to create the virtual environment
  3. type cmd in the location bar in file explorer
  4. on cmd type ->pip install virtualenv
  5. 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>