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
- wuhan
- 정은경 본부장님
- 코로나바이러스
- Bolton
- 최성재
- 진짜영웅
- 미중
- cnn
- 어서와한국은처음이지
- 필리핀사망
- 우한 코로나
- 중국외교부
- red hearse
- 우한코로나바이러스
- 창궐
- 봉준호감독통역
- 코로나
- everybody wants you
- 웨일즈
- 우한코로나
- 확진자수
- 전염병
- sharonchoi
- 봉준호감독통역사
- parasite
- 조현병
- 코로나19
- 우한
- 신종코로나
- 치앙마이
Archives
- Today
- Total
오지's blog
selenium을 이용한 크롤링 준비 - chrome driver설치(ubuntu 20.04) 본문
728x90
반응형
크롬다운로드 및 설치
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo apt install ./google-chrome-stable_current_amd64.deb
크롬드라이버 다운로드 및 설치
$ wget https://chromedriver.storage.googleapis.com/100.0.4896.60/chromedriver_linux64.zip
$ unzip chromedriver_linux64.zip
'개발노트 > Python' 카테고리의 다른 글
windows에서 pyspark 실행시 지정된경로를 찾을수 없습니다 라고 에레메시지가 나올때.. (0) | 2022.04.27 |
---|---|
11 Tips And Tricks To Write Better Python Code(작성중) (0) | 2022.04.25 |
pyspark를 통해 snowflake데이터 베이스 연결하고 데이터 가져오기 (0) | 2022.04.05 |
MissingDependencyError: Missing optional dependency: pandas 에러 발생 (0) | 2022.04.04 |
pyspark 으로 MYSQL접속하여 table select(ssl) - java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver 에러 발생 (0) | 2022.04.04 |
Comments