pipx is a package manager that you can use to create sandboxes and you can call them everytime you need them, no need to create a virtual environement evrytime you create a new project.
python3 -m pip install --user pipx
python3 -m pipx ensurepath
you can start using it like pip with the command :
python3 -m pipx install ?PACKAGE2INSTALL?
Top comments (0)