On Monday, November 2, 2015 at 5:24:32 PM UTC-5, jda wrote:
>
> and everything worked fine on my windows machine (Julia 0.4.0 repl). Then
> it broke (possibly due to Pkg.update()? I don't remember at this point.).
> So I looked up a few things and now it seems that I must do
>
> ENV["PYTHON"]="";
> using PyPlot
>
ENV["PYTHON"] only affects the Pkg.build("PyCall") step, not "using
PyPlot". See the PyCall README. So I'm guessing you are using some old
version of PyCall, or have otherwise mucked things up?