使用PyCharm运行bash脚本

时间:2018-12-15 02:03:05

标签: python python-3.x bash pycharm

我有一个python项目,在项目内部,我有一个bash脚本要上传到服务器。我通常使用

在终端中运行此bash脚本
./bash_script.sh

我想知道是否可以使用PyCharm做到这一点?

2 个答案:

答案 0 :(得分:0)

从Pycharm的主菜单中选择View > Tool Windows > Terminal,以打开嵌入式终端。

您可以配置选项,例如您要使用的Shell的路径以及Preferences > Tools > Terminal中的开始目录

答案 1 :(得分:0)

您可以在PyCharm中添加Bash运行/调试配置

enter image description here

只需转到Ctrl + Shift + A热键的“编辑”配置,然后通过键入“运行/调试”来找到它,就像这样

enter image description here