2017-07-14 231 views
0

我试图设置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 

我不知道接下来该做什么。有什么建议么?

+0

您可能有兴趣使用[JuliaPro](https://juliacomputing.com/products/juliapro.html)(个人版) –

+0

首先,uber-juno足够了,它会安装其他必需的软件包,如julia -client,latex-completion,...其次,你是否尝试在REPL中运行'Pkg.add(“Atom”)?'无论如何,这可能是相关的:https://github.com/JuliaLang/julia/issues/19873 –

+0

@Tascos。谢谢,我一定会看看JuliaPro – apotheosied

回答

2

你好像有一个腐败的.julia目录。完全删除C:\Users\BRB\.julia,然后重试。

+1

也许在尝试删除''C:\ Users \ BRB \ .julia \ v0.5 \ REQUIRE''之前...... –