Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2019-08-31 12:11:37
Size: 325
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 2: Line 2:
under writing....
Line 5: Line 6:
 1. "start 田" ->「アプリと機能」->「プログラムと機能」->「Windowsの機能の有効化または無効化」-> check「Windows Subsystem for Linux (Beta)」
 2. reboot
 3. "start 田" ->「設定」->「更新とセキュリティ」->「開発者向け」-> check「開発者モード」->「はい」
 4. "start 田" -> "Microsoft Store" -> search "Ubuntu" -> click "Ubuntu" -> get it
 4. "start 田" -> "Microsoft Store" -> search "terminal" -> click "Windows terminal" -> get it
 5. Download "VcXsrv" from [[https://sourceforge.net/projects/vcxsrv/]] (see [[https://qiita.com/yoshige/items/7a17bb7a3582d72a7e48]])
 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
  }}}

Line 7: Line 25:
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]]
 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]]

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)