このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
tools:environment_modules:installation:4.6.1 [2020/12/24 06:37] michiya |
tools:environment_modules:installation:4.6.1 [2021/01/09 14:37] (現在) |
||
---|---|---|---|
行 2: | 行 2: | ||
[[http:// | [[http:// | ||
+ | |||
+ | ===== インストール ===== | ||
+ | |||
+ | 必須ライブラリ | ||
+ | * [[tools: | ||
+ | * [[tools: | ||
+ | * [[tools: | ||
+ | |||
< | < | ||
$ wget https:// | $ wget https:// | ||
$ tar xvf modules-4.6.1.tar.gz | $ tar xvf modules-4.6.1.tar.gz | ||
$ cd modules-4.6.1/ | $ cd modules-4.6.1/ | ||
- | $ | + | $ ./configure \ |
+ | --prefix=/ | ||
+ | --with-tclsh=/ | ||
+ | --with-tcl=/ | ||
+ | PATH=/ | ||
+ | $ make | ||
+ | $ make test \ | ||
+ | PATH=/ | ||
</ | </ | ||
+ | < | ||
+ | ... | ||
+ | === modules Summary === | ||
+ | # of expected passes 12933 | ||
+ | </ | ||
+ | < | ||
+ | $ make install | ||
+ | </ | ||
+ | |||
+ | ==== 設定読み込み ==== | ||
+ | |||
+ | 各々の環境に応じて設定を読み込む. | ||
+ | |||
+ | 例:bash | ||
+ | < | ||
+ | $ source / | ||
+ | </ | ||
+ | {{tag> |