13,228
回編集
| 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=" | # .profileファイルまたは.bashrcファイルに、以下のように環境パスを追記する。<br>export PATH="$HOME/Python/Python-3.8.2/bin:$PATH" | ||
<br><br> | <br><br> | ||