René's URL Explorer Experiment


Title: 2. 在 Unix 平臺上使用 Python — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
2. 在 Unix 平臺上使用 Pythonhttps://python.github.io/python-docs-zh-tw/using/unix.html
2.1. 獲得並安裝 Python 的最新版本https://python.github.io/python-docs-zh-tw/using/unix.html#getting-and-installing-the-latest-version-of-python
2.1.1. 在 Linux 上https://python.github.io/python-docs-zh-tw/using/unix.html#on-linux
2.1.1.1. 安裝 IDLEhttps://python.github.io/python-docs-zh-tw/using/unix.html#installing-idle
2.1.2. 在 FreeBSD 和 OpenBSD 上https://python.github.io/python-docs-zh-tw/using/unix.html#on-freebsd-and-openbsd
2.2. 建置 Pythonhttps://python.github.io/python-docs-zh-tw/using/unix.html#building-python
2.3. 與 Python 相關的路徑和檔案https://python.github.io/python-docs-zh-tw/using/unix.html#python-related-paths-and-files
2.4. 雜項https://python.github.io/python-docs-zh-tw/using/unix.html#miscellaneous
2.5. 客製化 OpenSSLhttps://python.github.io/python-docs-zh-tw/using/unix.html#custom-openssl
1. 命令列與環境https://python.github.io/python-docs-zh-tw/using/cmdline.html
3. 配置 Pythonhttps://python.github.io/python-docs-zh-tw/using/configure.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/using/unix.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/using/configure.html
上一頁https://python.github.io/python-docs-zh-tw/using/cmdline.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 的設置與使用https://python.github.io/python-docs-zh-tw/using/index.html
2. 在 Unix 平臺上使用 Pythonhttps://python.github.io/python-docs-zh-tw/using/unix.html
https://python.github.io/python-docs-zh-tw/using/unix.html#using-python-on-unix-platforms
https://python.github.io/python-docs-zh-tw/using/unix.html#getting-and-installing-the-latest-version-of-python
https://python.github.io/python-docs-zh-tw/using/unix.html#on-linux
https://www.debian.org/doc/manuals/maint-guide/first.en.htmlhttps://www.debian.org/doc/manuals/maint-guide/first.en.html
https://en.opensuse.org/Portal:Packaginghttps://en.opensuse.org/Portal:Packaging
https://docs.fedoraproject.org/en-US/package-maintainers/Packaging_Tutorial_GNU_Hello/https://docs.fedoraproject.org/en-US/package-maintainers/Packaging_Tutorial_GNU_Hello/
https://slackbook.org/html/package-management-making-packages.htmlhttps://slackbook.org/html/package-management-making-packages.html
https://python.github.io/python-docs-zh-tw/using/unix.html#installing-idle
https://python.github.io/python-docs-zh-tw/using/unix.html#on-freebsd-and-openbsd
https://python.github.io/python-docs-zh-tw/using/unix.html#building-python
devguidehttps://devguide.python.org/getting-started/setup-building/
原始碼https://www.python.org/downloads/source/
clone(克隆)https://devguide.python.org/setup/#get-the-source-code
建置需求https://python.github.io/python-docs-zh-tw/using/configure.html#build-requirements
配置選項https://python.github.io/python-docs-zh-tw/using/configure.html#configure-options
README.rsthttps://github.com/python/cpython/tree/3.14/README.rst
https://python.github.io/python-docs-zh-tw/using/unix.html#python-related-paths-and-files
prefixhttps://python.github.io/python-docs-zh-tw/using/configure.html#cmdoption-prefix
exec_prefixhttps://python.github.io/python-docs-zh-tw/using/configure.html#cmdoption-exec-prefix
https://python.github.io/python-docs-zh-tw/using/unix.html#miscellaneous
subprocesshttps://python.github.io/python-docs-zh-tw/library/subprocess.html#module-subprocess
https://python.github.io/python-docs-zh-tw/using/unix.html#custom-openssl
目錄https://python.github.io/python-docs-zh-tw/contents.html
2. 在 Unix 平臺上使用 Pythonhttps://python.github.io/python-docs-zh-tw/using/unix.html
2.1. 獲得並安裝 Python 的最新版本https://python.github.io/python-docs-zh-tw/using/unix.html#getting-and-installing-the-latest-version-of-python
2.1.1. 在 Linux 上https://python.github.io/python-docs-zh-tw/using/unix.html#on-linux
2.1.1.1. 安裝 IDLEhttps://python.github.io/python-docs-zh-tw/using/unix.html#installing-idle
2.1.2. 在 FreeBSD 和 OpenBSD 上https://python.github.io/python-docs-zh-tw/using/unix.html#on-freebsd-and-openbsd
2.2. 建置 Pythonhttps://python.github.io/python-docs-zh-tw/using/unix.html#building-python
2.3. 與 Python 相關的路徑和檔案https://python.github.io/python-docs-zh-tw/using/unix.html#python-related-paths-and-files
2.4. 雜項https://python.github.io/python-docs-zh-tw/using/unix.html#miscellaneous
2.5. 客製化 OpenSSLhttps://python.github.io/python-docs-zh-tw/using/unix.html#custom-openssl
1. 命令列與環境https://python.github.io/python-docs-zh-tw/using/cmdline.html
3. 配置 Pythonhttps://python.github.io/python-docs-zh-tw/using/configure.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/using/unix.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/using/configure.html
上一頁https://python.github.io/python-docs-zh-tw/using/cmdline.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 的設置與使用https://python.github.io/python-docs-zh-tw/using/index.html
2. 在 Unix 平臺上使用 Pythonhttps://python.github.io/python-docs-zh-tw/using/unix.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.