Python VirtualEnv Tutorial: why we have to use Virtual Environments in Python
This Python VirtualEnv Tutorial is about using of virtual environments for Python development, and is about of using Python virtualenv library in particular. What are Python virtual environments, why and how to use them.
To create a virtual environment I use the Python virtualenv library, because its the fastest option.
Follow me @:
Telegram: https://t.me/red_eyed_coder_club
Twitter: https://twitter.com/CoderEyed
Facebook: https://fb.me/redeyedcoderclub
*** Web Scraping course ***
is available via Patreon here:
https://www.patreon.com/red_eyed_coder_club
or its landing:
https://red-eyed-coder-club.github.io/courses/practical-python-web-scraping
In the video:
- How to install a virtual environment (venv) using Python Virtualenv library:
pip install virtualenv
- How to create a Python virtual environment:
virtualenv venv
- To activate a created Python virtual environment:
source /venv/bin/activate
- How to save Python project dependencies to a requirements.txt file
- How to install packages listed in requirements.txt file (how to use requirements.txt)
➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥
Red Eyed Coder Club is the best place to learn Python programming and Django:
Subscribe ⇢ https://www.youtube.com/channel/UCh_LSaTv2GeZ3woJNTGihew?sub_confirmation=1
Python VirtualEnv Tutorial: Virtual Environments in Python
https://youtu.be/dmOEaky1zwI
#virtualenv #pythonvirtualenv #venv #python #redeyedcoderclub
Видео Python VirtualEnv Tutorial: why we have to use Virtual Environments in Python автора Логическая Цель
Видео Python VirtualEnv Tutorial: why we have to use Virtual Environments in Python автора Логическая Цель
Информация
2 декабря 2023 г. 20:59:25
00:04:36
Похожие видео