pipenv is a dependency manager for python projects.
pipx is a tool to help you install and run end-user applications written in python.
pip | pipx |
---|---|
for both libraries and apps | specifically for app installation |
sudo apt install python3-pip # install pip