Learn Before
Concept icon
Concept

pipenv

Pipenv is a tool that aims to "bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world". Using pipenv eliminates the need for programmers to use pip and virtualenv individually, combining the functionality of both tools into one program to manage packages and virtual environments.

0

1

Concept icon
Updated 2021-05-25

Tags

Python Programming Language

Data Science