Merge pull request #852 from mkborregaard/remove-conda-messag

Remove conda update message
This commit is contained in:
Michael Krabbe Borregaard 2017-05-21 11:30:51 +02:00 committed by GitHub
commit e8da23c3e7

View File

@ -55,8 +55,6 @@ function add_backend_string(::PyPlotBackend)
withenv("PYTHON" => "") do
Pkg.build("PyPlot")
end
import Conda
Conda.add("qt=4.8.5")
# now restart julia!
"""