notepad++ 中配置python解释器

notepad++是一款灰常实用的轻量级工具,相比eclipse占用的内存少得多,配置python环境简单介绍如下:

notepad++ 中配置python解释器_第1张图片

notepad++ 中配置python解释器_第2张图片

在文本框中输入#cmd /k C:\Python27\python "$(FULL_CURRENT_PATH)" & PAUSE & EXIT

其中C:\Python27\python是你python安装目录的路径

然后点击保存

notepad++ 中配置python解释器_第3张图片

设置一个快捷键就ok啦

测试一下:

新建一个文件cjl.py

输入print "this is a test"

保存一下,按下上面设置的快捷键

notepad++ 中配置python解释器_第4张图片

everything is OK!

 

你可能感兴趣的:(notepad++ 中配置python解释器)