ubuntu20.04 好用的编程软件gedit配置-python3

环境:ubuntu20.04 python3.8.10

Ctrl+Alt+t 打开控制面板

输入gedit

打开gedit

打开首选项

 

 

 

选择插件

插入嵌入终端

Python控制台

外部工具

 

 

 

管理外部工具中

新建工具

 

 

 

 

 

 

#!/bin/sh

# run the current document in python3.8

python3.8 $GEDIT_CURRENT_DOCUMENT_PATH

配置完成,此处配置为F5快捷键即为运行,新建文档为python3格式即可运行

欢迎私信我

posted @ 2022-01-22 21:40  TSrobot  阅读(208)  评论(0)    收藏  举报