拿到开发板需要做的事情 -- 配置Python环境

贾斯丁哔哔 / 2023-08-16 / 原文

1.查看系统时间

date -R

 

2.修改系统时间

 

3.安装pip3

sudo apt-get update
sudo apt-get install python3-pip