0
3

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.

Windows10 で WSL を(割とかっこよく)使う方法

Last updated at Posted at 2018-06-04

Windows 10 で WSL を(割とかっこよく)使う方法

前提や使用するソフトウェア等

  • Windows10 Version 1709 以降
  • cmder (Terminal)

準備

  1. WSL (Windows Subsystem for Linux) を有効にする

    1. Windowsの機能の有効化または無効化 をクリック 2018-06-04 (1).png
    2. Windows Subsystem for Linux の チェックボックスを オン 2018-06-04 (2).png

導入

ubuntu のインストール

  1. Windows ストアから ubuntu をインストール 2018-06-04 (3).png メモ: ubuntu 18.04 をインストールしたら yum upgrade でエラー出てよくわからなかったのでこちらにしておきました

  2. ubuntu を起動して初期設定をする
    メモ: Windowsのユーザー名と違ってても問題ないです。パスワードは忘れたりしないように。

  3. ubuntu をアップデートする


sudo apt update && sudo apt upgrade -y

cmder の設定

  1. cmder-mini をダウンロード、展開
    [cmder]http://cmder.net/
    メモ:Fullにしちゃうとgitとか付いて来るので。gitは今回導入するubuntuの中のものを使います

  2. フォントなどの外観を変更(お好みで)
    メモ:割とかっこよく使うために必要な措置です

  3. スタートアップの変更
    Choose your startup task or ... のところを WSL::bash にします
    2018-06-04 (4).png

  4. cmderを再起動

以上です。

0
3
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
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?