반응형
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
- google apps script
- matplotlib
- Kotlin
- Java
- dataframe
- string
- Tkinter
- array
- 파이썬
- Python
- hive
- PySpark
- c#
- PANDAS
- gas
- SQL
- django
- Apache
- Mac
- Github
- Google Spreadsheet
- numpy
- list
- GIT
- PostgreSQL
- math
- Google Excel
- Excel
- Redshift
Archives
- Today
- Total
목록Bash Shell (1)
달나라 노트

Mac의 terminal을 사용할 때 shell의 종류는 크게 2가지가 있습니다. bash와 zsh이죠. 기존에는 bash shell이 기본 shell이었으나 Mac OS Catalina부터는 기본 shell이 zsh로 바뀌었습니다. 그래서 Catalina 이후의 OS가 설치된 Mac에서 terminal을 실행하면 다음과 같은 메세지를 볼 때가 있습니다. The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh` For more details, please visit https://support.apple.com/kb/HT208050. 위 메세지가 에러를 의미하는건 아니지만..
Mac
2022. 2. 10. 20:39