Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- youtube iframe
- firebaseui
- mac
- leetcode189
- Python
- 타입스크립트
- 기초
- 리액트
- 구조분해할당
- Spread
- Next.js
- 커스텀알락
- 파이썬
- 파이어베이스로그인
- 프로토타입
- 백준
- nvmrc
- react-native
- css
- 커스텀알림
- React
- Rest
- 자바스크립트
- JS
- iP
- 다리놓기
- yarn-berry
- nvm
- leetcode977
- react-firebaseui
Archives
- Today
- Total
JadeCode
[MAC] 초기세팅 본문
home brew 설치
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
깃 설치
brew install git
하면
zsh: command not found: brew
이런 오류메세지가 뜬다
$(/opt/homebrew/bin/brew shellenv)
이걸로 해결
그 후 잘 해결됨을 볼 수 있다
'개발' 카테고리의 다른 글
console.log에 색깔 넣기 (0) | 2023.03.04 |
---|---|
Typescript를 사용하는 이유 (0) | 2023.01.02 |
Android 에 Firebase 연동하기 (0) | 2022.12.11 |
프로젝트 Food-Reco 회고 (0) | 2022.10.11 |
react-slick 이미지 캐러셀만들기 (0) | 2021.12.05 |
Comments