安装原文:https://www.cnblogs.com/wongyi/p/7832567.html

配置原文:https://jingyan.baidu.com/album/154b46311ed9ef28ca8f419c.html?picindex=4

 

 

1、安装地址:https://geany.org/download/releases/

  window下载这个,如图:

  地址:https://download.geany.org/geany-1.36_setup.exe

Python 04 Geany的安装和配置

 

 

2、找到Python的安装路径(我已经直接安装好了的)

示例:C:\Users\Administrator\AppData\Local\Programs\Python\Python37

     C:\Program Files\Python37

 

 

3、打开软件Geany -> 生成 -> 设置生成命令,在‘无文件命令’和‘执行命令’中,填写:"C:\Users\Administrator\AppData\Local\Programs\Python\Python37\python.exe" "%f"

如图:

Python 04 Geany的安装和配置

相关文章:

  • 2021-12-06
  • 2021-05-29
  • 2021-08-08
  • 2021-11-21
  • 2021-05-22
  • 2021-12-27
  • 2021-08-02
  • 2021-08-11
猜你喜欢
  • 2021-07-29
  • 2021-09-21
  • 2021-04-08
  • 2021-07-27
  • 2021-12-06
  • 2021-09-04
相关资源
相似解决方案