I downloaded the chrome webdriver and got the chromedriver executable in the /usr/local/bin. Still, the error shows up that "driver is not found" There might be something else wrong with the code too.
pip install selenium
from selenium import webdriver
driver = webdriver.Chrome
driver.get('https://www.google.com')