회사 OS 가 윈도우여서 ubuntu 듀얼 부팅을 하게 되었다
ROS Melodic 때문에, vm 을 사용하지 못하고 버전도 18.04 를 써야 했다 ..
처음에 셋팅할 때는 Ubuntu 파티션을 내가 원하는 대로 분리하고 잘 쓰고 있었는데, GRUB 쪽에서 문제가 생겨서 (아마 cfg 를 제대로 못잡는 듯..) 따로 파티션 분리를 추가로 하지 않고, 빈 space에 /
만 추가해서 다시 깔게 되었다.
재설치 하면서 왜 미리 정리 안해놨지 하는 생각이 문득 들어 까먹을 미래의 나를 위해 듀얼부팅 하는 순서에 맞게 참고한 블로그들과 세팅 후 Anaconda 설치하는 방법까지 한번에 정리했다.
https://jimnong.tistory.com/676
https://webnautes.tistory.com/1146
ubuntu 18.04 LTS 다운로드
https://releases.ubuntu.com/18.04.6/?_ga=2.166513724.304628781.1661413396-397741900.1661413396
rufus 다운로드
https://rufus.ie/ko/#google_vignette
https://zkim0115.tistory.com/1441
https://ckghwn.tistory.com/1232
https://www.anaconda.com/products/distribution
$ chmod +x Anaconda3-2022.05-Linux-x86_64.sh
$ ./Anaconda3-2022.05-Linux-x86_64.sh
yes
입력Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
$ yes
conda config --set auto_activate_base false