Skip to content

Instantly share code, notes, and snippets.

@felixchiu
Forked from thotmx/install_chrome_driver
Created June 30, 2017 16:19
Show Gist options
  • Save felixchiu/826892b1867a2fa017e5145df19d0da2 to your computer and use it in GitHub Desktop.
Save felixchiu/826892b1867a2fa017e5145df19d0da2 to your computer and use it in GitHub Desktop.
Install chromedriver in Ubuntu (14.04)
$ sudo apt-get install chromium-chromedriver
$ sudo ln -s /usr/lib/chromium-browser/chromedriver /usr/bin/chromedriver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment