15,024
edits
| Line 36: | Line 36: | ||
=== Mac & Linux === | === Mac & Linux === | ||
<pre> | <pre> | ||
$ python -V | $ python -V | ||
$ python -version | |||
預期看到 Python 2.7.10 或其他 2.x 版本 | 預期看到 Python 2.7.10 或其他 2.x 版本 | ||
$ python3 -V | $ python3 -V | ||
$ python3 -version | |||
預期看到 Python 3.6.4 或其他 3.x 版本 | 預期看到 Python 3.6.4 或其他 3.x 版本 | ||
</pre> | </pre> | ||