شرح Visual Studio Code Windows Setting up a Python Development Environment and Complete Overview | [معتمد]
دورة بيئة عمل البايثون
شارك الآن استفساراتك مع اعضاء دورة بيئة عمل البايثون اضغط هنا
سجل الآن
قائمة الدروس | 9 درس
التعليقات
دورات ذات صلة
كورس اون لاين مجانا لتعلم بيئة عمل البايثون A virtual environment is a Python tool for dependency management and project isolation. They allow Python site packages (third party libraries) to be installed locally in an isolated directory for a particular project, as opposed to being installed globally (i.e. as part of a system-wide Python).
How do you create a Python environment?
Outline
Open a terminal.
Setup the pip package manager.
Install the virtualenv package.
Create the virtual environment.
Activate the virtual environment.
Deactivate the virtual environment.
Optional: Make the virtual environment your default Python.