I just installed Julia on a MacBook Pro running OSX 10.0.3 (I am new to OSX). Installed Julia in the Applications folder. But for the packages that I have been using on Ubuntu, I copied the whole directory ~/.julia from Ubuntu to the Mac. Then I did a Pkg.build() in Julia. Things seem OK except for a problem with no font on plots, - I got a warning message "pango-warning failed to choose a font". I searched and followed this link https://github.com/JuliaLang/Cairo.jl/issues/46 trying to reinstall pango but it didn't help.
So I guess perhaps my way of moving the packages is wrong. Or is it? What is a proper way to do it given that I have quite many packages.
