Keno / REPL.jl

Pure-julia REPL implementation
Other
3 stars 4 forks source link

No method banner(UnixTerminal) #11

Closed ViralBShah closed 10 years ago

ViralBShah commented 10 years ago

On mac:

viral 09:47:37 (master) ~/julia$ ./julia ~/.julia/REPL/scripts/repl.jl 
ERROR: no method banner(UnixTerminal)
 in run_repl at /Users/viral/.julia/REPL/src/REPL.jl:477
 in anonymous at no file:32
while loading /Users/viral/.julia/REPL/scripts/repl.jl, in expression starting on line 7
Keno commented 10 years ago

Try updating julia.

ViralBShah commented 10 years ago

Thanks. works now.