Re: [julia-users] How to manually install julia packages on a Windows system

2015-06-19 Thread Yonatan
for free for some period of time (I haven't looked recently). On Thu, Jun 18, 2015 at 1:24 PM, Yonatan ytek...@gmail.com javascript: wrote: yes, unfortunately i'm getting a similar error: fatal: unable to access 'https://github.com/JuliaLang/julia/': Failed connect to github.com:443

Re: [julia-users] How to manually install julia packages on a Windows system

2015-06-18 Thread Yonatan
/JuliaLang/julia` https://github.com/JuliaLang/julia. There are a lot of guides on the internet for troubleshooting this issue. On Wed, Jun 17, 2015 at 4:46 PM, Yonatan Tekleab ytek...@gmail.com javascript: wrote: yea, i figured the same thing since I am on the same system using https through my

Re: [julia-users] How to manually install julia packages on a Windows system

2015-06-17 Thread Yonatan Tekleab
Kelman wrote: Can you do `using IJulia`, and/or `Pkg.build(IJulia)` ? Note also that IJulia depends on several other packages, indicated in the REQUIRE file (and those packages may have other dependencies of their own). On Tuesday, June 16, 2015 at 3:40:14 PM UTC-7, Yonatan Tekleab wrote

Re: [julia-users] How to manually install julia packages on a Windows system

2015-06-17 Thread Yonatan Tekleab
17, 2015 at 2:31 PM, Yonatan Tekleab ytek...@gmail.com javascript: wrote: I think I'm moving in the right direction. I downloaded several packages that IJulia depends on and put them in the ~/.julia/v0.3 directory along with the IJulia package itself. Before I was just sticking them

Re: [julia-users] How to manually install julia packages on a Windows system

2015-06-17 Thread Yonatan Tekleab
a freshly-started Julia REPL? WinRPM itself will need internet access - it doesn't use the same mechanism as Pkg does to download binaries, but it could easily run afoul of a paranoid proxy. Let's see. On Wednesday, June 17, 2015 at 11:31:35 AM UTC-7, Yonatan Tekleab wrote: I think I'm moving

Re: [julia-users] How to manually install julia packages on a Windows system

2015-06-16 Thread Yonatan Tekleab
Hi Stefan, I'm having the same problem. Unfortunately the firewall I'm behind is clever enough prevent me from re-configuring git to use https, as many other threads have indicated. I downloaded the master branch IJulia package from https://github.com/JuliaLang/IJulia.jl, extracted the