On Thursday, February 6, 2014 11:09:21 PM UTC-5, Eric Libby wrote:
>
> It was working with before. How can I do a completely clean install on a
> Mac and remove Canopy/Anaconda so as to make sure Julia and PyPlot play
> well?
>
Canopy and Anaconda make some modifications to your environment variables
in ~/.profile, so just comment those out and then "python" will be the
system Python again.
This whole mess with qt_menu.nib files is why I suggested running IJulia
in your browser. Run
Pkg.add("IJulia")
and then
ipython notebook --profile julia
That way plots will just appear in your notebook window and the whole
question of the GUI backend for matplotlib is mostly circumvented (e.g.
Anaconda should work without modification). Anyway, the notebook
interface is mostly nicer than the terminal interface.