If you would like to make it available system wide, download the geckodriver executable from the above link and extract it to /usr/bin/ (or anything inside of your $PATH) In your python code, you will now be able to do the following: from selenium import webdriver The geckodriver executable can be downloaded here.ĭownload the geckodriver executable from the above link and extract it to env/bin/ to make it accessible to only the virtual environment.