❍ 개발환경
❍ 홈브루로 크롬 드라이버 설치
~ brew search chromedriver
~ brew install chromedriver
~ brew upgrade google-chrome
❍ 크롬드라이버의 격리 속성확인과 격리 속성제거
➜ ~ cd /opt/homebrew/bin # 홈브루로 설치한 chromedriver 경로
➜ ~ xattr chromedriver # chromedriver 속성확인
com.apple.quarantine
➜ ~ xattr -d com.apple.quarantine $(which chromedriver) # 격리속설제거
'+++팁+++' 카테고리의 다른 글
pycharm jupyter notebook 연결 + pycharm git 연결 (jupyter notebook git 연동) (0) | 2022.03.17 |
---|---|
mac) conda 명령어 안먹힐때 (feat. homebrew zsh) + Anaconda) 아나콘다 명령어 모음 Anaconda Command Collection (0) | 2022.03.16 |
Tomcat) Tomcat에 war 배포하는 방법 (0) | 2022.03.05 |
intelliJ) Github 연결 (0) | 2022.03.05 |
mac) R, RStudio 설치 (0) | 2022.02.28 |