기술 성공, 실패 기록소

not working terminal issue after installing python3 본문

linux 및 기타 os

not working terminal issue after installing python3

sunlab 2021. 5. 25. 00:25
728x90

https://askubuntu.com/questions/780626/terminal-wont-launch-ubuntu-16-04

 

Terminal won't launch (Ubuntu 16.04)

A weird thing happened today: I clicked on the terminal icon and it didn't launch - just blinked and disappeared. If I press Ctrl+Alt+T, it won't launch. I tried to launch a light terminal by press...

askubuntu.com

In my case I upgraded python3.5 to python3.6.

For that workaround run xterm. Then run the following two commands:

 

sudo rm /usr/bin/python3

sudo ln -s python3.5 /usr/bin/python3

 

 

------------------

 

I don't know why, but it is working anyway.

'linux 및 기타 os' 카테고리의 다른 글

uninstall cuda  (0) 2021.05.25
compatibility of python in ubuntu 16.04  (0) 2021.05.25
듀얼부팅 삭제  (0) 2021.05.24
Ubuntu 16.04 python 3.6 설치  (0) 2021.05.24
windows10 에 cuda, cudnn, tensorflow 설치.  (0) 2021.05.11