How to create a virtual environment using command prompt (CMD) !

preview_player
Показать описание
!!!!!! PLEASE WATCH THE VIDEO TILL THE END !!!!!!!
This video focus on how to create a virtual environment with a particular python version using command prompt (CMD).

Please like & subscribe my channel, and press the bell icon for more updates.

#python #hack #hacks #cmd #command #prompt #how #to #create #virtual #environment #solution #resolve #authentic #howtocreate #howto
Рекомендации по теме
Комментарии
Автор

Thank you. All the info that I needed to get started.

soniferous
Автор

virtualenv is not recognized as an internal or external command what to do sir??

anushkamarwah
Автор

C:\Users\This PC>setx PATH "%PATH%; C:\Python39\Scripts

SUCCESS: Specified value was saved.

C:\Users\This PC>pip --version
pip 22.3.1 from C:\Program (python 3.11)

C:\Users\This PC>python -m pip install pip
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pip in c:\program (22.3.1)

[notice] A new release of pip available: 22.3.1 -> 23.1
[notice] To update, run: python.exe -m pip install --upgrade pip

C:\Users\This PC>pip install virtualenv
Defaulting to user installation because normal site-packages is not writeable
Collecting virtualenv
Downloading (8.7 MB)
8.7/8.7 MB 6.5 MB/s eta 0:00:00
Collecting distlib<1, >=0.3.6
Downloading (468 kB)
468.5/468.5 kB 7.4 MB/s eta 0:00:00
Collecting filelock<4, >=3.4.1
Downloading (10 kB)
Collecting platformdirs<4, >=2.4
Downloading (14 kB)
Installing collected packages: distlib, platformdirs, filelock, virtualenv
WARNING: The script virtualenv.exe is installed in 'C:\Users\This which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 virtualenv-20.21.0

[notice] A new release of pip available: 22.3.1 -> 23.1
[notice] To update, run: python.exe -m pip install --upgrade pip

C:\Users\This PC>F:

F:\>virtualenv myenv
'virtualenv' is not recognized as an internal or external command,
operable program or batch file.





it shows the error " not recognized"
please help.

mukulchauhan