[Hindi] Create Python Virtual Environment | Windows | venv || Stephen SIMON

preview_player
Показать описание
In this video we are going to learn how you can create python virtual environment and also a quick intro about what it is.

👋 Say hi to me over here

🔴 Live Show every Sunday at 11 AM to answer all your questions! See you there!

You might be also interested in:

📚 About Python Virtual Environment

Python applications will often use packages and modules that don’t come as part of the standard library. Applications will sometimes need a specific version of a library, because the application may require that a particular bug has been fixed or the application may be written using an obsolete version of the library’s interface.

This means it may not be possible for one Python installation to meet the requirements of every application. If application A needs version 1.0 of a particular module but application B needs version 2.0, then the requirements are in conflict and installing either version 1.0 or 2.0 will leave one application unable to run.

The solution for this problem is to create a virtual environment, a self-contained directory tree that contains a Python installation for a particular version of Python, plus a number of additional packages.

Different applications can then use different virtual environments. To resolve the earlier example of conflicting requirements, application A can have its own virtual environment with version 1.0 installed while application B has another virtual environment with version 2.0. If application B requires a library be upgraded to version 3.0, this will not affect application A’s environment.

#python
Рекомендации по теме
Комментарии
Автор

Sorry! Starting and end ki video thodi blurr ho gai! Camera ka focus chla gya tha lekin baki ka video mast hai 😅

StephenSimon
Автор

Very clear, crisp and simple👍👍 thanks a lot!

evilhydra
Автор

thanks bhai very clear and easy way me apne batya thanks

harshitpandey
Автор

This is most clear video for virtual env creation. Please help with Jupyter hosting in vrt env

ajaysingh
Автор

Bhai plz backend ki tutorial bhi bna dijiye

biotube
Автор

Thanks for guiding, I tried 10 times but forget to check whether it is installed or not

Prathamos
Автор

thnku buddy, you describe it as simple as that .

amitrawat
Автор

Shall I create vertical environment for my old existing pycharm project

nerjap
Автор

Congratulations Sir For 15K IN ADVANCE ♥️♥️♥️
BtW: amazing video

ravikumar-sqbh
Автор

But I got a error : could not find a version that satisfying the requirement django (from version: none) how to fix it please help me bro.

nerjap
Автор

Bhai maan lo mene python me virtual bnaya or uske baad mene use whana se hata diya but puri tarike se delete nhi kiya to me fir se use krna chahta hu to me khaana se use open kr skta hu python ke andar?

VickyKumar-lbxp