Thanks. That is very simple. But I still have the font problem on plot.
A screen capture is attached to show the problem. Messages below are from
the terminal.
--------------
$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.9 (2015-05-30 11:24 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> using Winston
Warning: could not import Base.Text into Tk
julia> plot(1:3)
(process:470): Pango-WARNING **:
dlopen(/usr/local/Cellar/pango/1.36.8/lib/pango/1.8.0/modules/pango-basic-coretext.so,
2): image not found
(process:470): Pango-WARNING **: failed to choose a font, expect ugly
output. engine-type='PangoRenderCoreText', script='common'
On Saturday, June 13, 2015, Peter Simon <[email protected]> wrote:
> If the user has a large number of packages installed on the old system,
> how about doing a Pkg.init(), followed by copying over only the REQUIRE
> file from ~/.julia/v0.x/ and then doing a Pkg.update()? This could save
> some typing.
>
> --Peter
>
>>
>>