Differences between revisions 1 and 2
Revision 1 as of 2020-08-05 16:51:34
Size: 536
Editor: naoki.koyama
Comment:
Revision 2 as of 2020-08-05 17:27:19
Size: 643
Editor: naoki.koyama
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
install comand:conda env create --file igwn-py37 .yaml -name install comand:conda env create --file igwn-py37 .yaml -n "自分で名前を付ける"
Line 15: Line 15:
conda activate finesse conda activate "自分のつけた名前"
Line 19: Line 19:
conda list

gitのインストール
apt-get install git

KAGRA/Subgroups/MIF/Simulation/CondaSetupについて、ここに記述してください。

anaconda3 install

emacs dl

igwn conda 検索して一番上のページ python37 DL install comand:conda env create --file igwn-py37 .yaml -n "自分で名前を付ける"

finesse install http://www.gwoptics.org/finesse/#install -> conda install -c gwoptics pykat 仮想環境にはいる conda activate "自分のつけた名前" 入っている仮想環境をみる conda info -e 今の仮想環境にインストールされているパッケージを一覧する conda list

gitのインストール apt-get install git

KAGRA/Subgroups/MIF/Simulation/CondaSetup (last edited 2020-08-26 13:59:31 by HirotakaYuzurihara)