差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
linux:openwrt:python [2022/08/24 05:24] – 削除 - 外部編集 (Unknown date) 非ログインユーザー | linux:openwrt:python [2022/08/24 05:24] (現在) – ↷ hardware:gl-ar750s-ext:python から linux:openwrt:python へページを移動しました。 ともやん | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== Python ====== | ||
+ | |||
+ | ===== インストール ===== | ||
+ | <WRAP prewrap 100%> | ||
+ | < | ||
+ | # opkg update && opkg install python3 python3-pip | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP prewrap 100% # | ||
+ | < | ||
+ | Installing python3 (3.7.9) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-pip (20.1.1-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-base (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing libffi (3.2.1-3) to root... | ||
+ | Downloading https:// | ||
+ | Installing libbz2 (1.0.6-3) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-light (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-unittest (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-ncurses (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-ctypes (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-pydoc (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-multiprocessing (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-codecs (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing libgdbm (1.11-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-gdbm (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-xml (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-sqlite3 (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-logging (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-email (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-distutils (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-openssl (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-cgi (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-cgitb (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing libdb47 (4.7.25.4.NC-5) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-dbm (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-asyncio (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing liblzma (5.2.4-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-lzma (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Installing python3-decimal (3.6.5-1) to root... | ||
+ | Downloading https:// | ||
+ | Configuring python3-base. | ||
+ | Configuring libffi. | ||
+ | Configuring libbz2. | ||
+ | Configuring python3-light. | ||
+ | Configuring python3-pydoc. | ||
+ | Configuring liblzma. | ||
+ | Configuring python3-email. | ||
+ | Configuring python3-cgi. | ||
+ | Configuring python3-cgitb. | ||
+ | Configuring python3-decimal. | ||
+ | Configuring python3-xml. | ||
+ | Configuring python3-ncurses. | ||
+ | Configuring python3-distutils. | ||
+ | Configuring python3-codecs. | ||
+ | Configuring python3-multiprocessing. | ||
+ | Configuring python3-unittest. | ||
+ | Configuring python3-ctypes. | ||
+ | Configuring libgdbm. | ||
+ | Configuring python3-gdbm. | ||
+ | Configuring python3-sqlite3. | ||
+ | Configuring python3-logging. | ||
+ | Configuring python3-openssl. | ||
+ | Configuring libdb47. | ||
+ | Configuring python3-dbm. | ||
+ | Configuring python3-asyncio. | ||
+ | Configuring python3-lzma. | ||
+ | Configuring python-pip-conf. | ||
+ | Configuring python3. | ||
+ | Configuring python3-pip. | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP prewrap 100%> | ||
+ | < | ||
+ | # python3 -VV | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP prewrap 100% #result> | ||
+ | < | ||
+ | Python 3.7.9 (default, Feb 15 2021, 15:22:37) | ||
+ | [GCC 7.5.0] | ||
+ | </ | ||
+ | </ | ||