[Fixed]-PermissionError when running Django functional tests using FireFox ESR in a virtualenv on Ubuntu

1👍

My issue ended up being unrelated to the VirtualEnv – simply changing the path of the FireFoxBinary to ‘/home/spa/firefox/firefox’ fixed the issue; it seems that the binary is unable to read inside the firefox folder, so you have to point it directly to the binary.

Leave a comment