Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- CuDNN
- ubuntu
- opencv
- RGB-D
- YoLO
- turtlebot3
- Kinetic
- roslib
- Gazebo
- sources.list
- ax200
- webots
- linetracing
- darknet_ros
- turtlebot
- 부분공간
- rqt
- error
- Installation
- ROS
- amcl
- Linux
- G++
- gcc
- 전이학습
- 촉각센서
- FreeCAD
- autorace
- roslaunch
- CUDA
Archives
- Today
- Total
기술 성공, 실패 기록소
not working terminal issue after installing python3 본문
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 |