随笔分类 - python
摘要:#!/usr/bin/env python # -*- coding: utf-8 -*- # @File : test04.py # @Software: PyCharm # @Author: Journey # @Date : 2018/2/26 # @Desc : test python co
阅读全文
摘要:1.查看当前python版本 python -Vpython 2.6.6 2.下载Python-2.7.12wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz 3.解压缩并更改工作目录 tar zxvf Python-2.7
阅读全文