运维网's Archiver
论坛
›
Python
› centos上安装 Python3x
baiyunjn
发表于 2018-8-14 10:43:51
centos上安装 Python3x
# 进入python解析器
ln -s /usr/local/python3/bin/python3 /usr/bin/python3
# pip 安装包工具
ln -s /usr/local/python3/bin/pip3 /usr/bin/pip3
页:
[1]
查看完整版本:
centos上安装 Python3x