跳至主要内容

python to exe / linux

$sudo python https://bootstrap.pypa.io/get-pip.py
$sudo pip install  pyinstaller
$pyinstaller    main.py

评论