linux(bionic)下安装python3.7及pip3.7
1.安装python3.7
apt install python3.7-dev
2.安装pip3.7
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
//安装
python3.7 get-pip.py
好了,这样就可以用了
本文指导如何在Linux (Bionic) 系统中通过apt安装Python 3.7开发环境,并从官网获取并执行get-pip.py安装pip 3.7,以便进行后续Python包管理。
1.安装python3.7
apt install python3.7-dev
2.安装pip3.7
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
//安装
python3.7 get-pip.py
好了,这样就可以用了
2626
1万+
4020
2202

被折叠的 条评论
为什么被折叠?