b2科目四模拟试题多少题驾考考爆了怎么补救
b2科目四模拟试题多少题 驾考考爆了怎么补救

sublime text3配置python开发环境(windows版)

电脑杂谈  发布时间:2019-10-14 00:02:35  来源:网络整理

sublime text3 python_sublime text3怎么样_sublime text3 python

Preferences -> Browse Packages -> SublimeREPL -> config -> python ->打开 Main.sublime-menu -> 找到

sublime text3怎么样_sublime text3 python_sublime text3 python

{"command": "repl_open",
                     "caption": "Python - RUN current file",
                     "id": "repl_python_run",
                     "mnemonic": "R",
                     "args": {
                        "type": "subprocess",
                        "encoding": "utf8",
                        "cmd": ["python", "-u", "-i", "$file_basename"],
                        "cwd": "$file_path",
                        "syntax": "Packages/Python/Python.tmLanguage",
                        "external_id": "python",
                        "extend_env": {"PYTHONIOENCODING": "utf-8"}
                        }
                    },

sublime text3 python_sublime text3 python_sublime text3怎么样

修改其中的 "cmd" 项。

sublime text3 python_sublime text3 python_sublime text3怎么样

如果电脑中只有一个python版本

sublime text3怎么样_sublime text3 python_sublime text3 python

Preferences -> Browse Package -> SublimeREPL -> config -> python -> 打开Default.sublime-commands -> 找到

{
        "caption": "SublimeREPL: Python - RUN current file",
        "command": "run_existing_window_command", "args":
        {
            "id": "repl_python_run",
            "file": "config/Python/Main.sublime-menu"
        }
    },

复制到 Preferences -> Key Bindings 中sublime text3 python,并在代码中添加想要修改的快捷sublime text3 python,如下:


本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-126229-1.html

    相关阅读
      发表评论  请自觉遵守互联网相关的政策法规,严禁发布、暴力、反动的言论

      热点图片
      拼命载入中...