[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
jove on the linux console window
- To: http://www.juno.com/~w1few (Richard), http://www.dracomp.com/~r (Richard)
- Subject: jove on the linux console window
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Sun, 11 Jul 2010 12:21:59 -0700
Looks like you need to set the terminal type. Do these commands:
TERM=linux
export TERM
in the shell window. If you want to set that permanently, put the above
lines into your .bashrc or .profile file in your home directory.