conda create -n test python=3 # 當時這個指令會安裝python 3.6 pip install pyinstaller ... pyinstaller --onefile path/to/my/file.py.
確定! 回上一頁