2

在安装 Atom 并从这里将其与 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
4

0 回答 0