【Python】將Python打包成exe檔
Windows使用者執行pyinstaller -F .\hello.py
,會在命令框看到目前進度。
mac 使用者則是執行 pyinstaller -F ./hello.py
, 因為command line 是正斜線。
Windows使用者執行pyinstaller -F .\hello.py
,會在命令框看到目前進度。
mac 使用者則是執行 pyinstaller -F ./hello.py
, 因為command line 是正斜線。