我試圖設置Atom/Juno來運行Julia,使它看起來像在本網站上抓屏 - 它看起來完全像我想要的。 http://junolab.org/如何設置atom/juno來運行julia?
我已經下載並安裝了Julia和Atom。在Atom上,我已經安裝了uber-juno,julia-client和language-julia軟件包。
當試圖在凌開始朱莉婭,我得到以下錯誤:
錯誤安裝Atom.jl包 前往包→朱莉婭→打開終端菜單和 在朱莉婭運行Pkg.add("Atom")
,然後再試一次。 如果仍然看到問題,請報告給: [email protected]
當我去到終端和類型「Pkg.add(‘凌動’),我收到以下錯誤:
julia> Pkg.add("Atom")
INFO: Initializing package repository C:\Users\BRB\.julia\v0.5
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
ERROR: ArgumentError: 'C:\Users\BRB\.julia\v0.5\REQUIRE' exists. `remove_destination=true` is required to remove 'C:\Users\BRB\.julia\v0.5\REQUIRE' before moving.
in #checkfor_mv_cp_cptree#8(::Bool, ::Function, ::String, ::String, ::String) at .\file.jl:147
in (::Base.Filesystem.#kw##checkfor_mv_cp_cptree)(::Array{Any,1}, ::Base.Filesystem.#checkfor_mv_cp_cptree, ::String, ::String, ::String) at .\<missing>:0
in #mv#11 at .\file.jl:184 [inlined]
in mv at .\file.jl:184 [inlined]
in init(::String, ::String) at .\pkg\dir.jl:58
in #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{Any,N}) at .\pkg\dir.jl:28
in add(::String) at .\pkg\pkg.jl:100
我不知道接下來該做什麼。有什麼建議麼?
您可能有興趣使用[JuliaPro](https://juliacomputing.com/products/juliapro.html)(個人版) –
首先,uber-juno足夠了,它會安裝其他必需的軟件包,如julia -client,latex-completion,...其次,你是否嘗試在REPL中運行'Pkg.add(「Atom」)?'無論如何,這可能是相關的:https://github.com/JuliaLang/julia/issues/19873 –
@Tascos。謝謝,我一定會看看JuliaPro – apotheosied