pyinstaller - make python program executable

  • Installation
  • pip install pyinstaller
  • Run pyinstaller
  • 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!
  • Reference
  • http://www.pyinstaller.org/

No comments:

Post a Comment

Orange - data analysis tool

Installation pip install orange3 Run orange python -m Orange.canvas