How to use pyinstaller on debian?

22 Views Asked by At

I have installed pyinstaller by pipx, but I still can not use it.

pyinstaller -F -n justRunMe test.py
-bash: pyinstaller: command not found

Or is there any other way to install pyinstaller? btw, I can't use pip to install :(

0

There are 0 best solutions below