[Python] 라즈베리파이에 VScode 설치

2020년 08월 13일 by 진아사랑해

    [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




반응형