Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Python tips

Python venv

Simple fix to avoid the venv hassle:

apt install pipx && pipx install your-pip-package

Pipx

Useful: `pipx ensurepath