liudong19950828 在 python学习之路☞2.安装支持 Py 的 IDE 工具 Visual Studio Code 中发帖
系统环境
系统环境是 raspberrypi 5 原生系统环境
pi5@raspberrypi
---------------
OS: Debian GNU/Linux 12 (bookworm) aarch64
Host: Raspberry Pi 5 Model B Rev 1.0
Kernel: 6.6.51+rpt-rpi-2712
Uptime: 1 min
Packages: 1976 (dpkg)
Shell: bash 5.2.15
Terminal: /dev/pts/0
CPU: (4) @ 2.400GHz
Memory: 479MiB / 8052MiB
shell 终端操作安装 Visual Studio Code 环境
# 安装 wget gpg
sudo apt-get -fy install wget gpg
# 下载 Visual Studio...