บทความ

กำลังแสดงโพสต์จาก มกราคม, 2019

Save Terminal from Process Completed in Mac OSX

รูปภาพ
Save Terminal from Process Completed in Mac OSX What’s happening One day, when I opened up terminal as usual, it showed [Process completed] and just terminated. I could not type any thing, run any scripts and work on my project. Even worse, this made me unable to install programs into my computer because many installations need to run shell scripts. Okay, I searched over the internet and there was no solution for that. I even peaked many parts in the Mac OSX system to see if there were any mis-configuration, of course nothing helps. After all, I though if there is nothing wrong, it must be something done with my /bin/bash. And after I upgraded my bash, my lovely terminal came back! [expand title=”Let’s fix it” tag=”h5" trigclass=”arrowright”] Change shell’s default execution The truth is, when you open terminal, it execute /bin/bash. As it is not working now, we need another environment for us to execute stuff. Open “Terminal->Preference”, and change “Shells