文章分类 -  Python

摘要:1. wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz 2. tar -zxf Python-3.6.1.tgz 3.cd Python-3.6.1 4. ./configure 5. make 6. make install 阅读全文
posted @ 2017-06-27 16:15 飞晨信息 阅读(76) 评论(0) 推荐(0)