Skip to content

Instantly share code, notes, and snippets.

@javlc
Forked from thotmx/install_chrome_driver
Created December 22, 2017 02:16
Show Gist options
  • Save javlc/2525d95dc7592d538e864c6b7d2fd406 to your computer and use it in GitHub Desktop.
Save javlc/2525d95dc7592d538e864c6b7d2fd406 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