「インストール - Python」の版間の差分

ナビゲーションに移動 検索に移動
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>


案内メニュー