Jetson Xavier NX 安裝 Visual Studio Code


https://blog.csdn.net/qq_45321807/article/details/109428777https://blog.csdn.net/qq_45321807/article/details/109428777

 

安裝curl

sudo apt-get install curl

安裝Visual Studio Code

 

 可以到這個網站直接下載安裝包,看看最新的是多少

curl -L https://github.com/toolboc/vscode/releases/download/1.32.3/code-oss_1.32.3-arm64.deb -o code-oss_1.32.3-arm64.deb

  

雙擊安裝

 

 

 

 

 保存文件  名字.py

 

 

print("Hello,World")  

 

他會自動提醒你安裝python的插件,安裝就好

代碼編寫完成后,就可以運行了,具體步驟是,使用組合鍵“Ctrl+F5”,或者在菜單欄中選擇“Debug -> Start Without Debugging”,即可看到如圖 5 所示的輸出結果。

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM