标签:自动完成 适用于 The 引入 com 开始 usr rate 显示
Python官网:http://www.python.org/
可以在以下链接中下载 Python 的文档,可以下载 HTML、PDF 和 PostScript 等格式的文档。
$ sudo apt-get install python
$ sudo apt-get install python2.7
$ sudo apt-get install python3.6
$ brew sreach python
$ brew install python3
//在/usr/local/Cellar/这个目录下
安装下载包,一路next,注意选择安装pip
$ python # Unix/Linux
或者
C:>python # Windows/DOS
选项 | 描述 |
---|---|
-d | 在解析时显示调试信息 |
-O | 生成优化代码 ( .pyo 文件 ) |
-S | 启动时不引入查找Python路径的位置 |
-V | 输出Python版本号 |
-X | 从 1.6版本之后基于内建的异常(仅仅用于字符串)已过时。 |
-c cmd | 执行 Python 脚本,并将运行结果作为 cmd 字符串。 |
file | 在给定的python文件执行python脚本。 |
$ python script.py # Unix/Linux
或者
C:>python script.py # Windows/DOS
标签:自动完成 适用于 The 引入 com 开始 usr rate 显示
原文地址:https://www.cnblogs.com/liuxuyue/p/10360426.html