1. 程式人生 > >解決Sublime 3 Windows環境下 python 無法輸入的問題

解決Sublime 3 Windows環境下 python 無法輸入的問題

按快捷鍵 ctrl + shift + p
搜尋 sublimeREPL 下載安裝

Prefereces -> key Bindings
->輸入一下程式碼
[
{"keys": ["f5"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command",
"args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}
}
]

執行的時候按F5就ok了

———————————————END———————————————–

python 純乾貨技術分享的公眾號
這裡寫圖片描述