pip vs pipx
pipx is a tool to use for installing python commands, not for installing dependencies in projects. When making a project, use virtual environments and pip (or use Poetry or other tool).
virtual environments
Tersified from
Jonathan Bowman