Bug#1070286: pipx: The ‘list’ command falsely claims “nothing has been installed with pipx ”

2024-05-03 Thread Manny
> Maybe something to do with setting a weird PIPX_HOME ? Good catch. As root: ===8< $ PIPX_HOME=${prefix:-/opt/}/pipx PIPX_BIN_DIR=${prefix:-/usr/local}/bin pipx list venvs are in /opt/pipx/venvs apps are exposed on your $PATH at /usr/local/bin package

Bug#1070286: pipx: The ‘list’ command falsely claims “nothing has been installed with pipx ”

2024-05-03 Thread Stefano Rivera
Hi Manny (2024.05.03_09:47:23_+) > $ PIPX_HOME=${prefix:-/opt/}/pipx PIPX_BIN_DIR=${prefix:-/usr/local}/bin > pipx install --verbose argostranslate ... > The argostranslate app runs fine. So it’s unclear why pipx would lose > track of it right away. Maybe something to do with setting a

Bug#1070286: pipx: The ‘list’ command falsely claims “nothing has been installed with pipx ”

2024-05-03 Thread Manny
Package: pipx Version: 1.1.0-1 Severity: normal Tags: upstream X-Debbugs-Cc: debbug.p...@sideload.33mail.com The argostranslate app was installed successfully by root as a system-wide multi-user app as follows: ===8< $ PIPX_HOME=${prefix:-/opt/}/pipx