Linux
[Homebrew] 맥(macOS)에서 homebrew 설치하기
YEJI ⍢
2022. 8. 4. 02:36
728x90
homebrew 란 ? ? ?
여러가지 소프트웨어들을 간단하게 설치할 수 있게 도와주는 기능입니다.
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
homebrew 설치하기 밑에 있는 코드를 copy해서 Terminal에 paste 해주면 됩니다.
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
설치가 끝나면 brew 명령어를 통해 잘 설치됐는지 확인합니다.
$ brew
설치를 하는데 ERROR가 뜬다면
$ brew doctor
doctor를 이용해서 진단해보세요!
$ brew install cocoapods
$ brew install python
$ brew install vim
이런식으로 다운 받으시면 됩니다 ! ! !
◡̈