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