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 |
Tags
- UIButton
- github
- error
- Swift
- 한글
- JPA
- Apple
- Notification
- geofencing
- 웹뷰
- Xcode
- Code
- MacOS
- 이미지
- appstore
- Firebase
- Git
- Realm
- view
- darkmode
- SwiftUI
- 개발자
- window
- Session
- mac
- Archive
- iOS16
- IOS
- rxswift
- FLUTTER
Archives
- Today
- Total
목록zshrc (1)
EEYatHo 앱 깎는 이야기

맥 OS 카탈리나부터, 터미널이 bash에서 zsh로 바뀌었습니다. 터미널의 환경변수를 bash에서는 ~/.bash_profile에 적었었지만, zsh에서는 ~/.zshrc에 적습니다. 때문에, zsh를 쓰시는 분들은 bash_profile에 Path 추가해줘도 터미널에서 flutter 명령을 인식하지 못합니다. ( "command not found: flutter" 에러가 뜨게 됩니다. ) zsh 터미널에 환경변수 추가하기 ~/.zshrc 파일끝에 아래 코드를 적어주시면 됩니다. 터미널로 하셔도 되고, 직접 GUI로 열어서 적으셔도 됩니다. export PATH="$PATH:[flutter bin폴더 경로]" 참고 블로그 : https://eunjin3786.tistory.com/221 아기개발자님 감..
Flutter/Error
2022. 6. 20. 16:50