Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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)
Comment

PREVIOUS NEXT
Code Example
Shell :: linux terminal create file 
Shell :: echo variable referenced in variable 
Shell :: golang msys2 
Shell :: brew compas mongo 
Shell :: batch rename files fish 
Shell :: webp to png ubuntu command 
Shell :: apache2 mod_jk proxy to tomcat connector 
Shell :: bash get variable value by variable name 
Shell :: dot is not recognized as an internal or external command 
Shell :: crontab reverse shell 
Shell :: install composer per project in multiple php version 
Shell :: how to create tls.crt and tls.key 
Shell :: stop master git 
Shell :: how to make apache2 not autorestat when startup 
Shell :: git merge branch into main 
Shell :: purge opencv ubuntu 20.04 
Shell :: command to install the fire-base tools 
Shell :: linux remove non-ascii characters from file 
Shell :: Check Available SSH Keys on Your Computer 
Shell :: pipe multi-line string into file 
Shell :: lamp download for ubuntu 20.04 
Shell :: wsl install portainer 
Shell :: how to pip install on command prompt 
Shell :: awk csv to column 
Shell :: switch user in ubuntu lxde 
Shell :: variable replacement bash zero padding 
Shell :: search terminal history 
Shell :: install python 3.6 cli 
Shell :: Remove directory/folder locally and git 
Shell :: install conky on pop os 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =