Hello I am following this page.. I\'m installing Python onto my mac so that I can set up a Django / Eclipse development environment. However I am not too su
Django / Eclipse
On your Terminal:
Type cd ~/ to go to your home folder.
cd ~/
Type touch .bash_profile to create your new file.
touch .bash_profile
open -e .bash_profile
. .bash_profile