在Windows中将Juno IDE与Atom编辑器集成到julia中

时间:2016-07-28 05:54:55

标签: julia atom-editor juno-ide

安装Atom然后将其与here的Juno IDE集成后,我发现启动时显示此错误: -

Julia could not be found. We tried to launch Julia from: C:\Program Files\Julia-0.4.6\bin\julia.exe This path can be changed in the settings.

安装路径正确。那么如何纠正这个错误?

附录: 我的config.cson文件:

"*":
  autosave:
    enabled: true
  core:
    destroyEmptyPanes: false
    openEmptyEditorOnStart: false
    themes: [
      "atom-dark-ui"
      "atom-dark-syntax"
    ]
  editor:
    showIndentGuide: true
    tabLength: 4
  "exception-reporting":
    userId: "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx"
  "julia-client":
    enableMenu: true
    enableToolBar: true
    juliaPath: "'C:\\Program Files\\Julia-0.4.6\\bin\\julia.exe'"
    launchOnStartup: true
  "tool-bar":
    position: "Left"
  "uber-juno":
    disable: true
  welcome:
    showOnStartup: false

0 个答案:

没有答案