A "Best of the Best Practices" (BOBP) guide to developing in Python.
- "Build tools for others that you want to be built for you." - Kenneth Reitz
- "Simplicity is alway better than functionality." - Pieter Hintjens
import code; code.interact(local=dict(globals(), **locals())) |
wget http://chromedriver.storage.googleapis.com/2.11/chromedriver_linux64.zip | |
unzip chromedriver_linux64.zip | |
sudo cp chromedriver /usr/local/bin/ | |
sudo chown runner:runner /usr/local/bin/chromedriver |