User Tools

Site Tools


自作クラスタ計算機:運用状況

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
自作クラスタ計算機:運用状況 [2023/08/25 21:51] koudai自作クラスタ計算機:運用状況 [2024/10/31 02:32] (current) – [Pythonの最新版のインストール] koudai
Line 1: Line 1:
 +====== OS ======
 +
 +  * Ubuntu 20.04 LTS
 +
 ====== インストール済みパッケージ ====== ====== インストール済みパッケージ ======
  
Line 5: Line 9:
   * python3-pip   * python3-pip
   * tcsh   * tcsh
 +
 +
 +====== Pythonの最新版のインストール ======
 +
 +現在(2024年9月)はversion 3.12が最新です。
 +
 +<code>
 +$ sudo apt install software-properties-common -y
 +$ sudo add-apt-repository ppa:deadsnakes/ppa
 +
 +$ sudo apt install python3.12 -y
 +</code>
自作クラスタ計算機/運用状況.1692967917.txt.gz · Last modified: 2023/08/25 21:51 by koudai