Sublime Text Python 代码提示插件 Anaconda

1.Ctrl+Shift+P -> install package 安装 Anaconda

 

 

查看Python 安装路径

 

 

{
    "python_interpreter":"C:\Users\Jimmy\AppData\Local\Programs\Python\Python38\python.exe",
    "suppress_word_completions":true,
    "suppress_explicit_completions":true,
    "comlete_parameters":true,
    "swallow_startup_errors":true,
    "anaconda_linting":false
}

原文地址:https://www.cnblogs.com/vipsoft/p/13057770.html