➰ Library/Mac Setting
맥에 Notion 설치하기
사과개발자
2021. 3. 10. 12:06
1. 클러스터 맥에 brew 설치
rm -rf $HOME/.brew && git clone --depth=1 <https://github.com/Homebrew/brew> $HOME/.brew && export PATH=$HOME/.brew/bin:$PATH && brew update && echo "export PATH=$HOME/.brew/bin:$PATH" >> ~/.zshrc
2. brew 제대로 깔렸는지 확인
brew --version
3. Applications 에 notion 설치하기
brew install notion --appdir=~/Applications
//안되면
brew cask install notion --appdir=~/Applications
📌42서울 클러스터 이용시
맥>Applications 에 설치되는 것이 아니라 개인 계정(인트라아이디) 에 설치되서 바탕화면으로 옮겨야 사용가능
mv Notion.app ../Desktop
반응형