2014. 3. 24.

벌새 나방 ( humming bird moth) - 박각시나방

오늘 공원에서 찍은 사진. 

벌새나방이라고도 하고 정식 명칭은 박각시나방이란다. 처음에는 진짜 벌새인줄 알고 깜짝 놀랬다. ^^;

2014. 3. 11.

2014. 3. 6.

install ANT on mac

easy command


sudo port install apache-ant  # this does not work  on Maveriks.

install brew and run 

> brew install ant.

Add path on Mac

1) open /etc/paths file  as root
   sudo vi /etc/path
2) append path  "/mypath"
3) save path
4) open terminal ( If your terminal is already opened, close it.)
5) verify path
     echo $PATH
     You can find .....:/mypath