Archive for the ‘Android’ Category
Creating a .bash_profile on an Apple Mac
I was so taken with Android that I started to set up the Eclipse environment to develop for it.
But it wasn’t too long – within 20 minutes – before I ran into a brick wall – which was inevitable given I am from a Windows background and last played with Unix 12 years ago!
I needed to create a .bash_profile for the IDE to use.
- Start up “Terminal”
- cd ~/
- touch .bash_profile
- open -e .bash_profile