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
Watch video Pipenv: Practical Guide to the New Python Packaging Tool online without registration, duration hours minute second in high quality. This video was added by user DevTuts 25 February 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,102 once and liked it 36 people.