Configuring Pycharm to run Pyinstaller

后端 未结 7 1564
情深已故
情深已故 2020-12-13 11:01

Yes I want to create a run configuration in PyCharm to run Pyinstaller and get my executable. According to the Pyinstaller documentation you should be able to locate an pyth

相关标签:
7条回答
  • 2020-12-13 11:50

    After more than two years, perhaps there is a better option.

    In the PyCharm menu go to File -> Settings.
    In the Settings dialog find Tools -> External tools and use the green + to add a new external tool.

    For example:

    Then, the IDE will allow you to run it on any python script. Right click on the file and the context menu will show External tools -> PyInstaller.

    0 讨论(0)
提交回复
热议问题