3
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【WSL2】Windows10でLinuxを動かしてVSCodeで開発する【Mac買えなくても大丈夫】

Last updated at Posted at 2019-11-09

wsl2 インストール方法

参考:https://docs.microsoft.com/ja-jp/windows/wsl/wsl2-install

  1. https://insider.windows.com/en-us/ からインサイダーになる
  2. 管理者権限で開いたWindows power shellから以下コマンドを入力して設定を有効にする
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
wsl --set-default-version 2
  1. ubuntuをstoreからインストールする
  2. ubuntuを起動してしばらく待ち、successfulとでたら完了

VScodeでの開発環境を作成

参考:https://code.visualstudio.com/blogs/2019/09/03/wsl2

  1. VScode をインストール
  2. Remote-WSL拡張機能をVScode上からインストール
  3. 作業ディレクトリに移動して以下コマンドでVScodeが起動する
code .

VScodeのターミナルからはWSL2がさわれるので、あとはここから自由にやれます

おまけ

3
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?