安装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