-
-
Save smowtion/efa173aaf101d195779d050bb0059be2 to your computer and use it in GitHub Desktop.
easily install chromedriver on linux/osx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install unzip; | |
wget -O /tmp/chromedriver.zip http://chromedriver.googlecode.com/files/chromedriver_linux64_19.0.1068.0.zip && sudo unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment