Hello colleague, On Thursday, August 18, 2016 at 10:47:27 AM UTC+2, Ferran Mazzanti wrote: > > Dear all, > > looks like lots of messing around with versions had rendered PyPlot > unusable in 0.4.6 under OSX (at least). > Now I need to do some work that requires its use so I need to have it up > and working. Could anybody please let me know > if it is possible to revert to a previous working version, and how this is > done? I know it used to work with 0.4.6 as I had it > installed, but once I did an update and things stopped working since then. >
You can use Pkg.checkout("package-name","version/branch") (read: http://docs.julialang.org/en/release-0.4/stdlib/pkg/#Base.Pkg.checkout) Unfortunately you need to do this not only on the package itself, but also on the dependencies. I recommend to open an issue on https://github.com/stevengj/PyPlot.jl/issues and browse there, if your specific error situation already has a workaround.