Answers for "Unable to start terminal in ubuntu"

0

Unable to start terminal in ubuntu

#normally caused by python conflicts
$ sudo nano /usr/bin/gnome-terminal
#add correct version of python to the first line i.e change
	#!/usr/bin/python3
#to
	#!/usr/bin/python3.5 
    
Nb: dnt use python3.6 in  ubuntu 16(it breaks the default terminal)
Posted by: Guest on July-29-2021

Code answers related to "Unable to start terminal in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language