On Wednesday, December 3, 2014 2:08:50 PM UTC-5, thr wrote:
>
> Sorry, I forgot to mention the versions: Julia 0.3, python 3.3.5, 
> matplotlib 1.3 on gentoo.
>

I'm guessing that you also have python2 installed, and Julia is picking up 
that instead because python==python2 in your PATH.  Try
    PYTHON=python3 julia
assuming that your Python 3.3 executable is called python3 and is in the 
PATH.

Reply via email to