gpt4 book ai didi

pycharm - 如何在 PyCharm 运行配置中运行 shell 脚本而不是 python?

转载 作者:行者123 更新时间:2023-12-01 22:47:43 51 4
gpt4 key购买 nike

我正在尝试设置 PyCharm 来调用 shell 脚本,而不是 python 作为运行选项。这可能吗?在默认选项中,我只有 Python、Python 文档和 Python 测试。在专业版中,我还拥有 Django 和其他版本。然而,它们都将 python 作为组合框中的解释器,据我所知,它们无法更改。

最佳答案

如果您想在 PyCharm 中看到这样的功能,请投票 IDEA-112256'Command Line' Run Configuration功能请求。

<小时/>

Run/Debug Configurations Pycharm 在线帮助的部分列出了所有支持的运行/调试配置类型,并且确实不支持 shell 脚本。但是,您也许可以通过安装插件来添加此类支持。例如,如果您对 bash 脚本感兴趣,则有 BashSupport插件添加了对在运行/调试配置中运行 shell 脚本的支持。

从插件的主页:

BashSupports can directly run scripts within IntelliJ. You can create a new run configuration for Bash scripts. Here you can set which interpreter is used to run it. Whenever a script is executed the output is logged. If Bash prints out syntax errors then the errorneous lines are clickable to jump to the location of the error.

对于 Windows,有 CmdSupport插件提供了运行 .cmd 脚本的操作。不过,它似乎不支持运行诸如运行/调试配置之类的脚本。

作为解决方法,您可以使用 Python 运行/调试配置,指定要运行的一些虚拟(空)Python 文件,并使用启动前选项指定外部工具并指定路径添加/配置此外部工具时添加到脚本。请参阅In IntelliJ IDEA, how can I create a key binding that executes a shell script with the current file as a parameter?了解详情。

由于PyCharm是基于IntelliJ的IDEA平台,所以问题IntelliJ IDEA: Running a shell script as a Run/Debug Configuration很有关系。

<小时/>

说到运行/调试配置,您可能对插件 Run Configuration as Action 感兴趣。其中

(...) provides a way to use run configurations as buttons on toolbar. Or assign shortcuts to execute specific run configuration.

关于pycharm - 如何在 PyCharm 运行配置中运行 shell 脚本而不是 python?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30841383/

51 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com