switch to your program directory pyinstall your_program.py
if you get the error message of "pyinstaller: command not found", you'd need to find out the installed path of pyinstaller sudo find / -name pyinstaller
modify ~/.profile as your environment PATH variable $PATH = $PATH:/my/path/to
log-out and login your account, it might works now!
No comments:
Post a Comment