30/09/2018, 20:08

Làm sao để build file thực thi python trên Linux?

Như trên windows thì mình hay dùng py2exe để build, nhưng bên linux thì dùng gì nhỉ?

@Nothingness viết 22:14 ngày 30/09/2018

Dùng cái này nè bác…hỗ trợ hết: http://www.pyinstaller.org
How to use

Thành Phạm viết 22:08 ngày 30/09/2018

Em cũng hay dùng pyinstaller dùng được cả trên windows và linux

$ sudo pip install pyinstaller
$ pyinstaller --onefile --windowed --icon=path\to\icon.ico path\to\main.py
Bài liên quan
0