Julia: support language_version#3498
Conversation
|
so while this seems to work it sort of doesn't fit nicely with pre-commit. normally basically for actual if I understand correctly |
|
I did see (and was surprised) that rust installs an entire tool chain. It seems entirely unnecessary to me, as one Julia installation can be used conflict-free by many users (it is different than python where it avoids a lot of issues to make many installs). I think that would be possible here too, but I’m not very interested in it personally, it seems like a lot of disk space for no gain. Can something like this be acceptable as non-first class support? |
Adds basic support for customizing the Julia version by setting the JULIAUP_CHANNEL environmental variable. This support is limited in a couple ways:
split out from #3494