Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2020-01-27 14:54:34
Size: 998
Comment:
Revision 8 as of 2021-05-17 17:05:58
Size: 1322
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 4. "start 田" -> "Microsoft Store" -> search "terminal" -> click "Windows terminal" -> get it
Line 11: Line 12:
 6. Setup GUI on ubuntu :
  {{{
sudo apt update
sudo apt upgrade -y
sudo apt install x11-apps x11-utils x11-xserver-utils dbus-x11
cd
echo 'export DISPLAY=localhost:0.0' >> ~/.bash_profile
source ~/.bash_profile
  }}}

Setup an Linux in your Windows PC

under writing....

Windows Subsystem for Linux (Windows 10 only)

  1. "start 田" ->「アプリと機能」->「プログラムと機能」->「Windowsの機能の有効化または無効化」-> check「Windows Subsystem for Linux (Beta)」

  2. reboot
  3. "start 田" ->「設定」->「更新とセキュリティ」->「開発者向け」-> check「開発者モード」->「はい」

  4. "start 田" -> "Microsoft Store" -> search "Ubuntu" -> click "Ubuntu" -> get it

  5. "start 田" -> "Microsoft Store" -> search "terminal" -> click "Windows terminal" -> get it

  6. Download "VcXsrv" from https://sourceforge.net/projects/vcxsrv/ (see https://qiita.com/yoshige/items/7a17bb7a3582d72a7e48)

  7. Setup GUI on ubuntu :
    • sudo apt update
      sudo apt upgrade -y
      sudo apt install x11-apps x11-utils x11-xserver-utils dbus-x11
      cd
      echo 'export DISPLAY=localhost:0.0' >> ~/.bash_profile
      source ~/.bash_profile

VM ware Player

  1. install the VM ware Player https://www.vmware.com/jp/products/workstation-player/workstation-player-evaluation.html

  2. download an iso file https://www.ubuntulinux.jp/News/ubuntu1804-ja-remix

matplotlibでGUIIが表示されない

https://tutorialmore.com/questions-466064.htm

KAGRA/Subgroups/PEM/Windows (last edited 2021-05-17 17:40:04 by tatsuki.washimi)