Pipenv: Practical Guide to the New Python Packaging Tool

Опубликовано: 25 Февраль 2021
на канале: DevTuts
3,102
36

Pipenv is a tool that creates and manages a virtual environment for your projects and adds or removes packages from your "Pipfile" as you install or uninstall them. It also generates the "Pipfile.lock", which we use to produce deterministic builds and create a snapshot of our working environment. Pipenv provides us with an easy method to set up a working environment. You no longer need to use "pip" and "virtualenv" separately. They work together.

Do you prefer reading the textual version of this?
Link to the Article: https://rapidevelop.org/python/pipenv...

Chapters:
00:00 Intro
00:04 What is Pipenv
00:29 Install Pipenv
00:51 Configure PATH Environment Variable
01:02 Configure PATH Environment Variable on Windows
01:25 Configure PATH Environment Variable on macOS or Linux
01:49 Create a New Virtual Environment
02:30 Activate the Newly Created Virtual Environment
02:49 Installing Your Project Dependencies
03:13 Installing Your Project Development Dependencies
03:37 Update Outdated Dependencies
04:03 Push Your Project to Production


Смотрите видео Pipenv: Practical Guide to the New Python Packaging Tool онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь DevTuts 25 Февраль 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 3,102 раз и оно понравилось 36 людям.