DEV Community

Mrhili Mohamed Amine
Mrhili Mohamed Amine

Posted on

Tired of creating virtual environement each time?

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
Enter fullscreen mode Exit fullscreen mode

you can start using it like pip with the command :

python3 -m pipx install ?PACKAGE2INSTALL?
Enter fullscreen mode Exit fullscreen mode

Oldest comments (0)