📜  在 Notepad++ 中执行 Python - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:22.095000             🧑  作者: Mango

代码示例1
# Go to Run and Run with an external Program in Notepad++
# Change the Python Path but not the brackets.
# You can save this command in Notepad++ with a Hotkey
C:\Python26\python.exe "$(FULL_CURRENT_PATH)"
#   Python Path           Dont Change this
# Put -i after the path to keep the console open instead of closing it instant.