Multiple python version installs: Difference between revisions

Jump to navigation Jump to search
Line 42: Line 42:
$ python -V
$ python -V
$ python -version
$ python -version
$ /usr/bin/env python -V
預期看到 Python 2.7.10 或其他 2.x 版本
預期看到 Python 2.7.10 或其他 2.x 版本


$ python3 -V
$ python3 -V
$ python3 -version
$ python3 -version
$ /usr/bin/env python3 -V
預期看到 Python 3.6.4 或其他 3.x 版本
預期看到 Python 3.6.4 或其他 3.x 版本
</pre>
</pre>

Navigation menu