linux系统,一般都默认安装,docker的镜像很多都是阉割版的linux,可能会安装补全,需要重新安装
1、python3安装
2、安装pip
apt-get install python3-pip
如果出现下图报错,apt-get update
3、安装第三方库
pip3 install requests
linux的python3 环境配置
原文:https://www.cnblogs.com/to-here/p/12597938.html