[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing a python package with pipx



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 <dnomhcir@gmx.com> wrote:
I guess I have to tell python where to look?


Reply to: