Tired of creating virtual environement each time?
Mrhili Mohamed Amine

Mrhili Mohamed Amine @mrhili

Joined:
Dec 27, 2020

Tired of creating virtual environement each time?

Publish Date: Jun 16 '22
8 0

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

Comments 0 total

    Add comment