pipenv

Python dependency management tool combining pip and virtualenv

brewmacoslinux
Try with needOr install directly
Source

About

Python dependency management tool

Commands

pipenv

Examples

Create a new project with Python 3.11 and install dependencies$ pipenv --python 3.11 install
Install a package and add it to Pipfile$ pipenv install requests
Run a Python script in the virtual environment$ pipenv run python script.py