Rajn,
If I could make a recommendation, perhaps you might find more success with
ubuntu 12.04 on a virtual machine on your windows machine. I have step by
step instructions here:
http://juliaforall.blogspot.com/2014/01/installation-and-configuration-vm.html
Then to get matplotlib working these steps should do the trick:
sudo apt-get build-dep python-numpy python-scipy
sudo apt-get install python-pip
sudo pip install -U numpy
sudo pip install -U scipy
sudo apt-get install python-matplotlib
In julia:
Pkg.add("PyPlot")
Pkg.update()
I've been using this setup for a while and have found it to work great.
On Friday, January 24, 2014 10:08:02 PM UTC-5, Rajn wrote:
>
> Well actually I tried linux too. I have latest Xubuntu 13.0 version and
> Julia does not even install (worse than Windows) when I try its
> repositories suggested in the download webpage. Some issue with unmet
> dependencies with some math library.
> I guess I will stick to Octave and python for now and come back to Julia
> next year when things are a bit better resolved.
> I wish I had more time to play around but I am hard pressed for time.
>
>
>>>