- [Python] 라즈베리파이에 VScode 설치 목차
1. VScode 설치
(1) 슈퍼 유저로 login 하여애 한다
1) super user 설정이 되어 있는 경우
su root <enter>
패스워드 <enter>
2) super user 설정이 없는 경우
- sudo passwd root <enter >
패스워드 < enter >
- su root<enter>
패스워드 <enter>
(2) 아래의 명령을 터미널 창에 순서데로 입력한다.
1) wget https://packagecloud.io/headmelted/codebuilds/gpgkey -O - | sudo apt-key add -
2) . <( wget -O - https://code.headmelted.com/installers/apt.sh )
=> Fedora 또는 Pidora를 사용하는 경우는
. <( wget -O - https://code.headmelted.com/installers/yum.sh )
3) sudo apt-get update
4) sudo apt-get upgrade
(3) 터미널 창에 exit를 입력하여 슈퍼유저를 빠져나온다
(4) 터미널 창에서 code-oss <enter>를 입력하여 VScode가 실행되는 것을 확인한다.
또는 메뉴화면 -> 개발 -> Code-OSS 가 나오는지 확인한다.
참조) https://www.raspberrypi.org/forums/viewtopic.php?t=191342
'python & 라즈베리파이' 카테고리의 다른 글
Tkinter에서 geometry( ) 사용법 (0) | 2020.08.19 |
---|---|
[라즈베리파이] PySide2 및 PyQt5 설치하면서 고생한 경우 (0) | 2020.08.14 |
[Python] 라즈베리파이 가상환경(venv) 만들기 (0) | 2020.08.12 |
profile과 .bashrc 관련 정리 (0) | 2020.08.12 |
[Python] 라즈베리파이에서 python 최신 버전 설치하기 (0) | 2020.08.12 |