PyInstaller(Centos上)を使用してPythonでプログラムをパッケージ化しました。出力は、/ var / pyinstaller / pyinstaller-2.0 / test / build / pyi.linux2/testにある8つのファイルです。
out00-PYZ.toc
out00-PYZ.pyz
out00-PKG.toc
out00-PKG.pkg
out00-EXE.toc
out00-COLLECT.toc
out00-Analysis.toc
test // thats project file name. test.py
私の質問は、このファイルを使用してCentOSでプログラムを実行するにはどうすればよいですか?