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