Differences between revisions 1 and 2
Revision 1 as of 2019-07-23 09:10:02
Size: 128
Comment:
Revision 2 as of 2019-07-23 12:05:57
Size: 500
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
matplotlibを入れる[[https://qiita.com/iton/items/d512bec3172e6e1124c7]]  * ''sudo apt install python3-pip'' でpip3が入らない -> 参考:https://www.bioerrorlog.work/entry/install-pip-pip3-ubuntu
  {{{
$ curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
$ sudo python3 get-pip.py
}}}

 * matplotlib が入らない -> 参考:[[https://qiita.com/iton/items/d512bec3172e6e1124c7]]
  {{{
$ sudo apt-get install python-dev
$ sudo pip install matplotlib
}}}

 * scipy が入らない ->

ChromebookにGWpyを入れる

作業メモ

KAGRA/Subgroups/PEM/Portable/GWpy_Chromebook (last edited 2019-09-22 14:25:51 by tatsuki.washimi)