일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- Kinetic
- G++
- roslaunch
- YoLO
- FreeCAD
- ubuntu
- Linux
- gcc
- autorace
- Installation
- darknet_ros
- linetracing
- CUDA
- 부분공간
- turtlebot3
- webots
- CuDNN
- 촉각센서
- ROS
- error
- RGB-D
- sources.list
- rqt
- roslib
- opencv
- amcl
- ax200
- Gazebo
- turtlebot
- 전이학습
- Today
- Total
목록linux 및 기타 os (85)
기술 성공, 실패 기록소
https://yjs-program.tistory.com/1 Anaconda설치 Ubuntu 16.04 환경 : Ubuntu16.04 Anaconda Install 1. 파이썬 버전에 맞는 bash파일 다운로드. https://www.anaconda.com/download/#linux 2. 다운받은 bash파일을 command에 설치 bash Anaconda3-5.0.1-Linux-x86_64.sh 3. 설.. yjs-program.tistory.com 자동활성화 해제 https://sike6054.github.io/blog/etc/fourth-post/ Anaconda 가상 환경 (base) 자동 활성화 해제. 1. (base) sike6054.github.io
https://seongkyun.github.io/others/2019/05/09/ubuntu_python/ 우분투에서 파이썬 버전 변경하기 · Seongkyun Han's blog 또한 alternative는 python뿐만이 아니라 java와 같은 다양한 프로그램의 버전을 관리하는데 사용이 가능하다. seongkyun.github.io
https://jamix.tistory.com/21 Safely remove Anaconda in Ubuntu Remove by using anaconda-clean: conda install anaconda-clean # install the package anaconda clean anaconda-clean --yes # clean all anaconda related files and directories rm -rf ~/anaconda3 # removes.. jamix.tistory.com
https://pstudio411.tistory.com/entry/Ubuntu-2004-%ED%95%9C%EA%B8%80-%EC%9E%85%EB%A0%A5-%EB%B0%A9%EB%B2%95 [Ubuntu 20.04 LTS]한글 입력 방법 한글 키보드 설정 좌측 하단에 바둑판 모양을 눌러줍니다. 윈도우 로고와 같은 기능입니다. 그리고 search에 setting을 입력 해 주면 제일 왼쪽에 톱니바퀴 모양이 나옵니다. 눌러줍니다. 왼쪽 메뉴 pstudio411.tistory.com
http://wanochoi.com/?p=3575 우분투(Ubuntu)에서 pip & pip3 설치(install) 방법 – Wanho Choi pip이란 python으로 작성된 패키지의 설치 및 관리를 해주는 프로그램이다. pip을 이용하면 의존성 문제를 자동적으로 해결해주기 때문에 편리하다. 만약 pip이 설치되어 있다면 pip list 명령을 통해 wanochoi.com
https://hwiyong.tistory.com/233 (Ubuntu) Ndivia driver 삭제, cuda 삭제 Ndivia driver 삭제 sudo apt-get remove --purge '^nvidia-.*' CUDA 삭제 sudo apt-get --purge remove 'cuda*' sudo apt-get autoremove --purge 'cuda*' CUDA 파일 삭제 sudo rm -rf /usr/local/cuda or sudo r.. hwiyong.tistory.com
https://unipro.tistory.com/237 Ubuntu 16.04에서 Python 3.6 사용하기 Ubuntu 18.04를 설치 또는 업그레이드 하라. Python 3.6이 기본 버전이다. 쉽고 편한 길을 놔두고 굳이 삽질한다면 말리진 않겠다. Python 3.6 설치하기 Ubuntu 16.04에는 써드파티 PPA를 추가해야 python 3.6을.. unipro.tistory.com ubuntu system use python 2.7 and python 3.5 if you want to use other python version then, you must to do something to solve the errors
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 xte..
https://jimnong.tistory.com/677 우분투 삭제 방법(듀얼부팅에서 윈도우만 남기기) 우분투 리눅스 다운로드 방법(Desktop 버전) 우분투 리눅스 설치용 USB 만드는 법(윈도우에서) 우분투 리눅스 설치용 USB 만드는 법(Ubuntu 16.04 에서) 우분투 리눅스 듀얼부팅 설치방법 정리(윈도우10 jimnong.tistory.com
https://intuitive-robotics.tistory.com/95 Ubuntu 16.04 python 3.6 설치 Ubuntu 16.04을 설치하고 다음의 절차를 통해 python3 (python 3.6)을 설치하시길 바랍니다. 1. python 설치 sudo apt-get install python3 // python3 설치 sudo apt-get update // ubuntu 업데이트 sudo apt-get.. intuitive-robotics.tistory.com