When I run gnome-terminal, I get the following error:
Traceback (most recent call last): File \"/usr/bin/gnome-terminal\", line 9, in fr
In Python 3.5, I do this:
sudo vim /usr/bin/gnome-terminal
#!/usr/bin/python
#!/usr/bin/python3.5
This fixed my problem!