ubuntu 安装 python3 pip3

ubuntu 安装 python3

1,安装python3

# apt-get install python3.6 -y
# which python3
/usr/bin/python3
# python3 --version
Python 3.6.9

2,安装pip3

# apt install python3-pip -y
# pip3 --version
pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)	

参考:

  1. Installing Python 3 on Linux
原创文章 696 获赞 199 访问量 138万+

猜你喜欢

转载自blog.csdn.net/u010953692/article/details/105952191
今日推荐