Python3[edit]

Pointer[edit]

バージョンの切り替え(CentOS/Rocky Linux)[edit]

モジュールのインストール[edit]
dnf module -y install python38
dnf module -y install python39
切り替え[edit]
alternatives --config python3
python3 -V
* はデフォルト  --auto でデフォルトになる
+ は現在の選択
pip3.#  install --upgrade pip

Programing[edit]

3.10.10[edit]
2**2**2**2**2
ValueError: Exceeds the limit (10000) for integer string conversion; use sys.set_int_max_str_digits() to increase the limit
import sys
sys.set_int_max_str_digits(100000)
2**2**2**2**2

開発[edit]

モージュールのコンパイルインストール[edit]

setup.py がある場合[edit]
pickle ファイル[edit]

トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS