1. VS Code deb설치파일 다운로드
debian/stretch/code-oss_1.45.0-1586135927_armhf.deb - headmelted/codebuilds · packagecloud
Code editing. Redefined. Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://code.visualstudio.com/docs/setup/linux for installation instruction
packagecloud.io
2. 커멘드 명령
cd Download
sudo dpkg -i code*.deb
3. 실행
라즈베리 시작버튼 -> programming -> Code - OSS
[ 호스트PC에서 라즈베리파이의 VS Code 연결 ]
내 컴퓨터에서 직접 코딩할 수 있습니다.
https://doljokilab.tistory.com/2
VScode로 라즈베리파이 원격 접속하기
라즈베리파이에서 파이썬으로 GPIO를 제어하는 코드를 만드려고 하니 할 때마다 모니터도 연결해야 하고, 키보드와 마우스도 연결해야 해서 매우 귀찮았다. 원격으로 접속해서 코드를 짜고, 실��
doljokilab.tistory.com
- 파이썬 설치
sudo apt-get install idle-python3.7
'Raspberry Pi' 카테고리의 다른 글
라즈베리파이 본격수업 2일차 (오전) (0) | 2020.10.16 |
---|---|
라즈베리파이 본격수업 1일차 (0) | 2020.10.15 |
3. VNC를 사용하여 원격접속 (0) | 2020.10.12 |
2. SSH 설정하기 + 윈도우에서 접속하기 (0) | 2020.10.12 |
1. 라즈베리파이 설치 (0) | 2020.10.12 |