[julia-users] Linux distributions with Julia >= 0.5.0

2016-10-08 Thread Ismael Venegas Castelló
Just do: 

sudo pacman -S julia 

And you are done! :D

[julia-users] Linux distributions with Julia >= 0.5.0

2016-10-08 Thread Ismael Venegas Castelló
I think you are looking for Arch Linux!

https://www.archlinux.org/packages/community/x86_64/julia

If you need a GUI and easy setup, there are se eral distros that come with a 
desktop and are based on Arch:

https://wiki.archlinux.org/index.php/Arch_based_distributions#Desktop

Re: [julia-users] Linux distributions with Julia >= 0.5.0

2016-10-08 Thread Milan Bouchet-Valat
Le samedi 08 octobre 2016 à 03:23 -0700, Femto Trader a écrit :
> Hello,
> 
> my main development environment is under Mac OS X
> but I'm looking for a Linux distribution (that I will run under
> VirtualBox)
> that have Julia 0.5.0 support (out of the box)
> 
> Even Debian Sid is 0.4.7 (October 8th, 2016)
> https://packages.debian.org/fr/sid/julia
> 
> So what Linux distribution should I use to simply test my packages
> with Julia >=0.5.0 ?
Fedora 25 (Beta to be released soon) includes Julia 0.5.0.

But you can also use the Copr repository to install that version on
Fedora 23 and 24, as well as on RHEL/Centos 7. And of course generic
Linux binaries are quite easy to install too.


Regards


[julia-users] Linux distributions with Julia >= 0.5.0

2016-10-08 Thread Femto Trader
Hello,

my main development environment is under Mac OS X
but I'm looking for a Linux distribution (that I will run under VirtualBox)
that have Julia 0.5.0 support (out of the box)

Even Debian Sid is 0.4.7 (October 8th, 2016)
https://packages.debian.org/fr/sid/julia

So what Linux distribution should I use to simply test my packages with 
Julia >=0.5.0 ?

Kind regards