python 3.6 setup
Posted 陈炳行的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 3.6 setup相关的知识,希望对你有一定的参考价值。
1.添加python3.6安装包,并且安装
sudo apt-get install software-properties-common
2.下载python3.6
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
2.修改系统默认python版本为3.6,并更新
cd /user/bin
rm python
ln -s python3.6m python
python pip install --upgrade pip
以上是关于python 3.6 setup的主要内容,如果未能解决你的问题,请参考以下文章
python 3.6中的cx_freeze
翻译:《实用的Python编程》00_Setup
在 Windows 7 上为 Python 3.6 安装 libtorrent
json 单击VSCode的setup.py片段(可能还有其他编辑器)
Python unittest模块心得
docker快速搭建分布式爬虫pyspider