[julia-users] Re: Running Julia in Ubuntu

2016-09-01 Thread Angshuman Goswami
I am running on a ARM and I think the latest release 0.4.6 has problems with even the 32 bit (x84) Can anyone help? On Thursday, September 1, 2016 at 7:52:09 PM UTC-4, Angshuman Goswami wrote: > > But there is no folder /bin/julia in the one I downloaded from > https://github.com/

[julia-users] Re: Running Julia in Ubuntu

2016-09-01 Thread Angshuman Goswami
file, first > sudo rm /usr/local/bin/julia.h > > The correct symlink line is > sudo ln -s /opt/julia-0.4.6/bin/julia /usr/local/bin > > On Friday, September 2, 2016 at 1:11:07 AM UTC+3, Angshuman Goswami wrote: >> >> I have downloaded the Julia 0.4.6 from the reposito

[julia-users] Re: Running Julia in Ubuntu

2016-09-01 Thread Angshuman Goswami
: bash: julia: command not found On Thursday, September 1, 2016 at 5:38:10 PM UTC-4, Angshuman Goswami wrote: > > I want to use Julia 0.4.6. Can you guide me through the process as if I am > a novice > On Thursday, September 1, 2016 at 2:24:43 AM UTC-4, Lutfullah Tomak wrote: >>

[julia-users] Re: Running Julia in Ubuntu

2016-09-01 Thread Angshuman Goswami
ust 31, 2016 at 11:48:32 PM UTC+3, Angshuman Goswami > wrote: >> >> I don't get how to do that. >> >> Can you please tell me the steps. Its all too confusing and I am very new >> to Ubuntu or Julia. Mostly used to work on Matlab. I have no idea how to >> install d

[julia-users] Re: Running Julia in Ubuntu

2016-09-01 Thread Angshuman Goswami
, in expression starting on line 198 On Thursday, September 1, 2016 at 5:31:54 PM UTC-4, Angshuman Goswami wrote: > > Thanks everyone for the help. > > I managed to install Julia using Nightly builds . > > Now I have new problems. When I run the program. I am getting this error.

[julia-users] Re: Running Julia in Ubuntu

2016-09-01 Thread Angshuman Goswami
l install the package you want to install by asking you your password. > For python > sudo apt-get install python > will install python. Close prompt and open julia and try again building > PyCall.jl by Pkg.build(). > > On Wednesday, August 31, 2016 at 11:48:32 PM UTC+3, Angshu

[julia-users] Re: Running Julia in Ubuntu

2016-08-31 Thread Angshuman Goswami
To get away with PyCall issues you have to manually install all depencies. > > On Wednesday, August 31, 2016 at 7:53:24 AM UTC+3, Angshuman Goswami wrote: >> >> When i performed build again errors cropped up. >> >> Pkg.build("PyCall") >> WARNING: u

[julia-users] Re: Running Julia in Ubuntu

2016-08-31 Thread Angshuman Goswami
nda cannot install python for you. Also, you >> tried downloading x86 cpu linux binaries, instead try arm nightlies. >> To get away with PyCall issues you have to manually install all >> depencies. >> >> On Wednesday, August 31, 2016 at 7:53:24 AM UTC+3, Angshuman

[julia-users] Re: Running Julia in Ubuntu

2016-08-30 Thread Angshuman Goswami
h `Pkg.build("PyCall")` - build a single package by running its `deps/build.jl` script On Wednesday, August 31, 2016 at 12:08:33 AM UTC-4, Angshuman Goswami wrote: > > julia> Pkg.status() &

[julia-users] Re: Running Julia in Ubuntu

2016-08-30 Thread Angshuman Goswami
tle0.2.4 - ReverseDiffSparse 0.5.8 - SHA 0.2.1 - URIParser 0.1.6 - ZMQ 0.3.4 On Tuesday, August 30, 2016 at 10:58:39 PM UTC-4, Angshuman Goswami wrote: > > I am running julia on

[julia-users] Re: Running Julia in Ubuntu

2016-08-30 Thread Angshuman Goswami
I am running julia on a 32 bit system and I made sure the version i downloaded is 32 bit On Tuesday, August 30, 2016 at 10:34:25 PM UTC-4, Angshuman Goswami wrote: > > I did that and now I am getting this error when I type julia to run in the > command line > bash: /usr/local/bin/j

[julia-users] Re: Running Julia in Ubuntu

2016-08-30 Thread Angshuman Goswami
. > julia-v0.5, that's not possible (or very difficult) with the deb packages. > > Cheers, > Kaj > > > On Tuesday, August 30, 2016 at 8:26:29 AM UTC+3, Angshuman Goswami wrote: >> >> I was running Julia to run my MPC code. I needed to upgrade and hence i >>

Re: [julia-users] Running Julia in Ubuntu

2016-08-30 Thread Angshuman Goswami
14.04 On Tuesday, August 30, 2016 at 2:55:30 AM UTC-4, Henri Girard wrote: > > WHICH UBUNTU VERSION ? > > Le 30/08/2016 à 00:30, Angshuman Goswami a écrit : > > I was running Julia to run my MPC code. I needed to upgrade and hence i > deleted the folder i cloned from gi

[julia-users] issues with Pycall

2016-08-30 Thread Angshuman Goswami
I am trying to use Julia for running an MPC but I am getting the following error: All was running fine in the Julia 0.4.4 but when I updated my system to 0.4.7 this happened julia> using RobotOS INFO: Precompiling module PyCall... WARNING: unable to determine host cpu name. julia:

[julia-users] Running Julia in Ubuntu

2016-08-29 Thread Angshuman Goswami
I was running Julia to run my MPC code. I needed to upgrade and hence i deleted the folder i cloned from git hub. Now I have two problems: 1) Installing julia by sudo get-apt install julia, I get the following message: Reading package lists... Done Building dependency tree Reading state