Hi,
I'm experimenting with Selenium for testing. I've been following your steps in https://blog.pythonanywhere.com/3/
Copying the code from the blog post and running in the default bash shell with python 2.7 the script works just fine.
I want to run python 3.5 inside a virtualenv. I set up a python3.5 virtualenvwrapper and then "workon" into it. Having pip installed selenium and pyvirtualdisplay when I then run exactly the same code (after turning the print statement into python 3 code) I get an error message about the "geckodriver" not being on the PATH. For the life of me I can't find the difference between the two environments. Can you point me in the right direction please?
Thanks,
Dave.