notepad++配置python环境

open notepad++.

on the menu go to: run -> run.. (f5).

type in: cmd /k python “d:\bak.py” & echo. & pause & exit

cmd /k python “$(full_current_path)” & echo. & pause & exit

Posted in 未分类

发表评论