Answers for "terminator linux is not start"

0

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
Posted by: Guest on October-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language