python-3.x - Python 3 inside Sublime Text with Ana

我似乎无法让 Python3 解释器使用 Anaconda 在 sublime 文本中构建。我已经尝试了所有可能的配置但无济于事,系统似乎无法识别已安装的库并向我抛出 importError。

这是我的 python 项目对 anaconda 的设置:

{
    "build_systems":
    [
        {
            "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
            "name": "Anaconda Python Builder",
            "selector": "source.python",
            "shell_cmd": "\"/usr/local/bin/python3\" -u \"$file\""
        }
    ],
    "folders":
    [
        {
            "path": "Practice"
        }
    ],
    "settings":
    {
        "python_interpreter": "python3"
    }
}

编辑:使用自制软件安装的 python3

最佳答案

工具 -> 命令面板 -> Anaconda:设置 Python 解释器

关于python-3.x - Python 3 inside Sublime Text with Anaconda on a mac,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42324447/

相关文章:

bash - 在 bash 命令输出中添加前缀

three.js - 围绕轨道旋转对象

bash - 创建动态变量名bash并获取值

list - 为什么这个删除 Haskell 中的重复函数有两个参数而不是一个?

ruby - 安装 jekyll-admin 到 github pages 托管的 jekyll 站

c# - WinForms 列标题 FontStyle

php - Woocommerce 优惠券添加自定义复选框

oracle - Windows 的 ins-32025 oracle 11g 错误

reactjs - 在reactjs中使用具有相同路由路径的条件组件

php - 如何从还包含整数的字符串中仅提取 float (小数)