📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

24行目: 24行目:
# コンパイル完了後、インストールを行う。<br>make altinstall
# コンパイル完了後、インストールを行う。<br>make altinstall
# 以下のディレクトリにシンボリックリンクを作成する。<br>ln -s ~/Python/Python-3.8.2/lib64/python3.8/lib-dynload/ ~/Python/Python-3.8.2/lib/python3.8/lib-dynload
# 以下のディレクトリにシンボリックリンクを作成する。<br>ln -s ~/Python/Python-3.8.2/lib64/python3.8/lib-dynload/ ~/Python/Python-3.8.2/lib/python3.8/lib-dynload
# .profileファイルまたは.bashrcファイルに、以下のように環境パスを追記する。<br>export PATH="/home/suse/Python/Python-3.8.2/bin:$PATH"
# .profileファイルまたは.bashrcファイルに、以下のように環境パスを追記する。<br>export PATH="$HOME/Python/Python-3.8.2/bin:$PATH"
<br><br>
<br><br>