sh如何在ubuntu16.04lts-docker中安装python3.6。*(代码片段)

author author     2022-12-18     684

关键词:

sudo apt-get install software-properties-common

sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6 libpython3.6

sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.5 2
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1

sudo rm /usr/bin/python3
sudo ln -s python3.6 /usr/bin/python3

#ref
#http://ubuntuhandbook.org/index.php/2017/07/install-python-3-6-1-in-ubuntu-16-04-lts/

sh在ubuntu16.04上安装saltstack(代码片段)

查看详情

sh在ubuntu16.04中安装phabricator(代码片段)

查看详情

sh在ubuntu16.04上安装pulsesecure(代码片段)

查看详情

sh在ubuntu16.04上安装saltstack(代码片段)

查看详情

sh在ubuntu16.04上安装lamp(xenialxerus)(代码片段)

查看详情

sh在ubuntu16.04上安装chromedriver和selenium(代码片段)

查看详情

sh在ubuntu16.04中卸载mongo2.6(代码片段)

查看详情

sh在ubuntu16.04x64上安装docker(代码片段)

查看详情

sh在ubuntu16.04上安装mongo3.6(代码片段)

查看详情

sh在ubuntu16.04上安装mariadb服务器(代码片段)

查看详情

sh在ubuntu16.04上安装mongo3.4(代码片段)

查看详情

sh在ubuntu16.04中安装opencv-2.4.13(代码片段)

查看详情

sh在ubuntu16.04上安装postgresql客户端10(代码片段)

查看详情

sh在ubuntu16.04上安装chrome,chromedriver和selenium(代码片段)

查看详情

sh在ubuntu16.04上安装chrome,chromedriver和selenium(代码片段)

查看详情

sh在ubuntu16.04上安装php7的phalconphp(代码片段)

查看详情

sh在ubuntu16.04中修复非英文版面的英文快捷方式(代码片段)

查看详情

sh在ubuntu16.04linux服务器上启动,停止和重新启动mysql(代码片段)

查看详情