Quote:
Originally Posted by roger64
Creating an AppImage is clearly a step forward for Linux users who are not lucky enough to use a "safe" distro (no names!). Thanks for it.
I had to use an unrelated python script some days ago and I failed using pip. Launching a virtual environment is a PITA. But there was a suggestion to use pipx, and indeed it solved my problem.
|
Yes. Pipx has its uses. But it's really only for Python applications. If there are no entry points defined in the python module to create console scripts from, pipx won't do anything .