Re: [julia-users] Re: Deprecation warnings using julia on Atom

2015-11-01 Thread Colin Bowers
Hi Jeremy, This sounded promising, as at some point I did have IPython installed so I could use Jacob Quinn's Sublime-IJulia package. It is possible that something was left behind. However, unfortunately I haven't been able to find anything that looks suspicious (I'm on Ubuntu 14.04). For those

[julia-users] Re: Deprecation warnings using julia on Atom

2015-11-01 Thread colintbowers
The problem magically fixed itself today. I was running a Pkg.checkout() on "Distributions" to move to the master branch there to get rid of deprecation warnings generated by qq.jl. In the process, I ran a Pkg.update(), and re-compiled other pre-compiled packages. Problem gone. At this stage

[julia-users] Re: Deprecation warnings using julia on Atom

2015-10-31 Thread Jeremy Cavanagh
Hi Colin, I was having the same problems while trying to get julia to work in atom and was hoping that this thread would provide a solution. However, I was alao trying to get the hydrogen to work as well but kept getting an error which I could not figure out the cause so posted to an issue:

[julia-users] Re: Deprecation warnings using julia on Atom

2015-10-27 Thread colintbowers
I suppose I could clone the master branch. Is that a bad idea? On Wednesday, 28 October 2015 11:30:43 UTC+11, colint...@gmail.com wrote: > > Thanks for responding. > > Pkg.checkout("Atom") gives me the error: > > ERROR: Atom is not a git repo > in checkout at pkg/entry.jl:203 > in anonymous at

[julia-users] Re: Deprecation warnings using julia on Atom

2015-10-27 Thread colintbowers
Thanks for responding. Pkg.checkout("Atom") gives me the error: ERROR: Atom is not a git repo in checkout at pkg/entry.jl:203 in anonymous at pkg/dir.jl:31 in cd at file.jl:22 in cd at pkg/dir.jl:31 in checkout at pkg.jl:37 (I originally did try using Pkg.checkout as per the instructions,