20260213学习内容Python安装

Debian
打开终端,执行以下命令:

更新软件源

sudo apt update

安装Python3及pip3(Python包管理工具)

sudo apt install python3 python3-pip -y