Then there is the question of how to set the path, which I prefer to handle with juliaup. In particular, I think the following command can be handy:
juliaup link dev ~/juliasrc/julia configures the dev channel to use a binary that you provide that is located at ~/juliasrc/julia.
Until nightlies are fully integrated with juliaup, I see no other option but to either redownload the binary or pull and rebuild regularly. Has anyone found a better workaround?
Do you need the latest pulls for any specific reason?
If Im looking forward to any specific pull/issue, I just wait till it’s fully merged/all the checks are green, then just download the nightly built version from the site. I find the hassle of building from source unenjoyable .
No, in this instance I just enjoy the shorter type display in the stack traces. So I don’t care about having only this week’s or even this month’s build, I just want something slightly more recent than the current release, which dates back months
This is fine, but make sure you have the right risk tolerance for your application.
Eg nowadays I use the latest stable release for “production” (ie to get actual work done, without distractions) because it has gotten so great, unless I have a compelling need for some feature or want t explore something. YMMV.