Ubuntu 16.04安装Python3.6

参考:
https://blog.csdn.net/lzzyok/article/details/77413968

中间还可以看下pip -V和pip3 -V来确认下pip的版本信息

最后不要忘了使用update-alternatives来切换Python的版本,这样的好处是pip3也跟着换成Python3.6的了

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

评论

此博客中的热门博文

Bazel WORKSPACE文件编写

Bazel BUILD文件的编写

Bazel的概念和技术