ubuntu 14.04 - Unable to stop the Bash command running when terminal is opened -


whenever open terminal in ubuntu 14.04, following command terminal opens:

bash: “source/usr/local/share/chruby/chruby.sh”: no such file or directoy

how can stop bash file being executed upon opening terminal?

thanks,

delete line .bash-profile.

if waht stop reading whole .bash-profile file, edit .profile file.


Comments

Popular posts from this blog

jpa - Passing entitymanager from reflection method -

frame rate - JAVA simple fps animation(how can i work with?) -