Can anyone let me know how I can add 0.7.0-alpha to my JuliaPro 0.6.2.2 so that I can do debugging with 0.7.0-alpha and at the same time still compare with 0.6.2? I did some search, and didn’t see any similar discussion. Thanks!
Sorry. I failed to make my point clear. I wonder if there is a way that I can easily toggle between 0.6.2 and 0.7-alpha in JuliaPro. Currently, I have to change the julia path every time in JuliaPro and restart. Any easier alternative? Thanks!
I don’t know about JuliaPro, but to go back and forth at the command line, I simply set up symbolic links,
so I have julia4, julia5, julia6, julia7 (whatever my most recent build of master is), and plain julia, which points to the same as julia6 (currently julia 0.6.3). (I also have julia60, julia61, julia62, julia63 links, just in case I want to check if some issue is a regression)
Thanks for the hint. That works perfectly with terminal. However, in JuliaPro, julia is invoked only with enter at REPL. There seems no way to select a path. If there isn’t such a toggle, may I suggest to enable such a switch between different paths. This can save JuliaPro users like me tons of time when sometimes going back and forth is a must.
Is there a way to install juia 0.7 alpha using anaconda? I am using conda environments to track different Julia/Python/R version, so I would be happy if I could simply create a new conda env with Julia 0.7.
Thanks (:
I think you are referring to Juno, Julia’s IDE that comes bundled in JuliaPro, not to JuliaPro itself, right?
That is the Atom editor with a Julia plugin installed. Atom is highly customizable, so, my guess is that you can created a key-binding for doing that. But I don’t use Atom, so I don’t know how to set that…
if you look into Milestones - JuliaLang/julia · GitHub you see a 1.0 dated to 6aug which is coincidentially the day before JuliaCon2018 (London, 7aug to 11aug).
So, i theory we will see beta(s) and RCs lined up before that date.
In practice a lot of face-to-face discussions in London will shape a ‘real’ 1.0.
One can never tell with software, but I imagine no end of candles being burned on both ends over the summer, by the core team as well as package developers like me, making sure things are ready for JuliaCon.
I have both my JuliaPro installation and the new julia-0.7 alpha on my linux machine. I was expecting both of them to use the existing .juliarc.jl. But I guess I was wrong. So, how to link julia-0.7 alpha to the existing ./juliarc.jl? Thanks!