0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Windows11のWSL 2のインストールメモ

Posted at

参考:

上記記事を参考に、windows11上に機械学習の環境構築をしました。

コントロールパネル->プログラム->Windowsの機能の有効化または無効化から、Linux用Windowsサブシステムにチェックを入れ、再起動します。

WSLにUbuntuをインストールします。

Ubuntu22.04のインストール

> wsl --install -d Ubuntu-22.04

Ubuntuを立ち上げたところ、以下のようなエラーが出ました。

Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x800701bc
Error: 0x800701bc WSL 2 ???????????? ??????????????????????? https://aka.ms/wsl2kernel ?????????

Press any key to continue...

以下のコマンドでWSL を再インストールしたら解決しました。

> wsl --update
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?