您的位置:首页 > 编程语言 > Python开发

Ubuntu install Python3.6

2017-07-04 18:17 267 查看
Env: Ubuntu 16.04

instructions

# to install add-apt-repository
apt-get update && apt-get install -y software-properties-common
yes | add-apt-repository ppa:jonathonf/python-3.6
apt-get update && apt-get install -y python3.6
ln -s /usr/bin/python3.6 /usr/bin/python
python




stackoverflow:https://askubuntu.com/questions/865554/how-do-i-install-python-3-6-using-apt-get
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: