문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| mac:brew [2021/10/01 14:20] – 바깥 편집 127.0.0.1 | mac:brew [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| + | ====== Homebrew ====== | ||
| + | macOS에서 command를 이용하여 다양한 utility를 설치관리하기 위한 package manager이다. | ||
| + | [[https:// | ||
| + | |||
| + | |||
| + | ===== Install Homebrew ===== | ||
| + | <code bash> | ||
| + | -- 홈페이지에서 최신 설치 확인는 것이 현명함. | ||
| + | /bin/bash -c " | ||
| + | </ | ||
| + | |||
| + | === packages 설치하기 === | ||
| + | <code bash> | ||
| + | brew search node | ||
| + | brew install node@18 | ||
| + | </ | ||
| + | |||
| + | ==== 설치해야 하는 패키지 ==== | ||
| + | - node | ||
| + | - postgresql | ||
| + | - pyenv pyenv-virtualenv | ||
| + | - openjdk | ||
| + | |||
| + | ===== openjdk 설치 ===== | ||
| + | <code bash> | ||
| + | ==> openjdk@17 | ||
| + | For the system Java wrappers to find this JDK, symlink it with | ||
| + | sudo ln -sfn / | ||
| + | |||
| + | openjdk@17 is keg-only, which means it was not symlinked into /usr/local, | ||
| + | because this is an alternate version of another formula. | ||
| + | |||
| + | If you need to have openjdk@17 first in your PATH, run: | ||
| + | echo ' | ||
| + | |||
| + | For compilers to find openjdk@17 you may need to set: | ||
| + | export CPPFLAGS=" | ||
| + | </ | ||
| + | |||
| + | ==== postgreSQL 설정 ===== | ||
| + | === macOS === | ||
| + | / | ||