Jose Hales-Garcia wrote: > On Sep 29, 2010, at 5:40 PM, Ast Jay wrote: > >> How do I find out if my default user is shell bash? > > Do.. > > echo $SHELL > >> (there's only one >> account on this Mac - if that's what you mean) > > There's also a system root account (among others) which you invoke when > you do 'sudo some-command'. > > Does your .profile contain the entry...? > > export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" > > Jose > ....................................................... > Jose Hales-Garcia > UCLA Department of Statistics > jose.halesgarcia / stat.ucla.edu echo $SHELL gives me: /bin/bash mate .profile gives me: export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" I'm on OSX 10.6.4 :-/ -- Posted via http://www.ruby-forum.com/.