**文書の過去の版を表示しています。**
Windows Subsystem for Linux (WSL)インストール手順
- 画面左下のWindowsロゴを左クリックして、「winver」と入力し、Enterを押す。表示されるWindowsのバージョンが1803以降であることを確認する。
- 画面左下のWindowsロゴを右クリックして、「Windows PowerShell(管理者)」を起動する。
- PowerShellに下記を張り付けて実行し、WSLを有効化する。(再起動が必要?)
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
- Microsoft Storeアプリを起動し、「Ubuntu 18.04 LTS」を検索してインストール。
- 将来のWindowsアップデートで改善するようだけど、現在のWindowsのターミナルはバグがあるので、wslttyというターミナルソフトをインストールする。
English version
Windows Subsystem for Linux (WSL) Installation Instructions
- Left-click the Windows logo on the lower left of the screen, enter “winver” and press Enter. Make sure that the version of Windows is 1803 or later.
- Right-click the Windows logo at the bottom left of the screen to launch “Windows PowerShell (Administrator)”. Paste the following on PowerShell and execute it to enable WSL. (Need a reboot?)
Enable-Windows Optional Feature-Online-Feature Name Microsoft-Windows-Subsystem-Linux
- Launch the Microsoft Store app, search for “Ubuntu 18.04 LTS” and install.
- There is a bug in the current Windows terminal, so please install a terminal software called wsltty.