Python dependency management tool combining pip and virtualenv
Python dependency management tool
pipenv
$ pipenv --python 3.11 install
$ pipenv install requests
$ pipenv run python script.py