That's the point of venv's. pipx runpip should do the trick. Or the classic way: source path/to/venv/bin/activate. That way you activate the position virtual environment (venv) created in that directory with all packages installed in that venv.
Richard On Sat, Jun 1, 2024, 19:10 Richmond <dnomh...@gmx.com> wrote: > I guess I have to tell python where to look? > >