Skip to content

Instantly share code, notes, and snippets.

@ahlusar1989
Forked from thotmx/install_chrome_driver
Created June 15, 2016 18:20
Show Gist options
  • Save ahlusar1989/b69a842d1cb16e4ca8dbc616393e144c to your computer and use it in GitHub Desktop.
Save ahlusar1989/b69a842d1cb16e4ca8dbc616393e144c 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