JuliaCloud / JuliaBox

Juliabox continues to run, but this codebase is no longer current.
http://www.juliabox.org/
Other
185 stars 50 forks source link

Update the default Julia version in the console #485

Closed ararslan closed 7 years ago

ararslan commented 7 years ago

It seems that currently only 0.4 is available from the console:

juser@juliabox:~$ which julia
/usr/bin/julia
juser@juliabox:~$ julia --version
julia version 0.4.7

It would be great if this could be updated to 0.5.

tanmaykm commented 7 years ago

I think you should find other Julia versions already installed at /opt. Doesn't just setting PATH appropriately in ~/.bashrc work?

ararslan commented 7 years ago

Aha, I didn't realize there were other versions in /opt. Thanks! Setting it as you suggest should work fine, I just figured it would be convenient for the default version in the console to be the most recent release.

ararslan commented 7 years ago

Looks like this has been addressed.

juser@juliabox:~$ julia --version
julia version 0.5.0

👍