Skip to content

Instantly share code, notes, and snippets.

@PareshGupta
Forked from thotmx/install_chrome_driver
Created September 28, 2017 20:21
Show Gist options
  • Save PareshGupta/16214ac7e5da2aa11e5b8c2962a0b0b6 to your computer and use it in GitHub Desktop.
Save PareshGupta/16214ac7e5da2aa11e5b8c2962a0b0b6 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