Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Real Python - Working With Pipenv

Posted By: lucky_aut
Real Python - Working With Pipenv

Real Python - Working With Pipenv
Duration: 35m | MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch | 153 MB
Genre: eLearning | Language: English

Managing multiple Python projects with their own third-party packages can get complicated. It is best practice to use a virtual environment to sandbox the requirements for each of your projects. Enter pipenv, the official recommended package management tool for Python. It handles both installation and virtual environments to help you manage your Python dependencies.

In this course, you’ll learn about

How to use pip to install a package
Where Python puts packages by default
How to use pipenv to create virtual environments and install packages
How pipenv handles package conflicts