Mrhili Mohamed Amine
Posted on June 16, 2022
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?
💖 💪 🙅 🚩
Mrhili Mohamed Amine
Posted on June 16, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.