Machine Learning/Device

Tx2에 vscode 설치법

jinmc 2020. 11. 17. 11:40
반응형

구글에 install vscode on jetson tx2 라고 검색하면 여러가지 방법이 나온다.

그중에 가장 쉬운 건

www.jetsonhacks.com/2019/10/01/jetson-nano-visual-studio-code-python/

 

Jetson Nano - Visual Studio Code + Python - JetsonHacks

Visual Studio Code is one of the most popular IDEs in the world. You can install VSCode on the Jetson Nano in just a few minutes!

www.jetsonhacks.com

이 링크고, 세 줄이면 끝난다.

$ git clone https://github.com/JetsonHacksNano/installVSCode.git
$ cd installVSCode
$ ./installVSCode.sh

하고, 나중에 부를때는

$ code-oss

 

 

반응형