Skip to main content

Environment Setup in Mac


Type the following command to check the Shell type before creating the profile file

$echo $SHELL

Based on shell like BASH or ZSH  

Go to home folder by ~ and then create the profile .bash_profile or .zprofile

Comments

Popular posts from this blog

Resetting Panel in Ubuntu joel@joel-desktop:~$ gconftool-2 --shutdown joel@joel-desktop:~$ gconftool --recursive-unset /apps/panel joel@joel-desktop:~$ rm -rf ~/.gconf/apps/panel joel@joel-desktop:~$ pkill gnome-panel joel@joel-desktop:~$

REST-Ful API Design