레이블이 mac인 게시물을 표시합니다. 모든 게시물 표시
레이블이 mac인 게시물을 표시합니다. 모든 게시물 표시

2023. 5. 21.

brew command list in mac OS


homepage: 

  • site : https://brew.sh/ 
  • full command list : https://docs.brew.sh/Manpage

Minimum command list

  • Install
    • brew install {programname}
  • Start service 
    • brew services start {program name}
  • Stop service
    • brew services stop {program name }
  • List services
    • brew services list
  • Update brew itself
    • brew update
  • Upgrade program
    • brew upgrade {program name }

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