terminator linux is not start code example
Example: terminator linux is not start
Edit the /usr/bin/terminator
sudo vi /usr/bin/terminator
and change the first line (shebang)
#!/usr/bin/python
to
#!/usr/bin/python2
Edit the /usr/bin/terminator
sudo vi /usr/bin/terminator
and change the first line (shebang)
#!/usr/bin/python
to
#!/usr/bin/python2