Skip to content

Instantly share code, notes, and snippets.

@hvenables
Forked from thotmx/install_chrome_driver
Created November 13, 2017 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hvenables/59e4d27b9832406c2337cf9cdb00bc0d to your computer and use it in GitHub Desktop.
Save hvenables/59e4d27b9832406c2337cf9cdb00bc0d 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