윈도우 리눅스 우분투 환경 구축

아무튼 간에·2022년 8월 8일
0

개발환경
OS: Windows 11


환경 구축

참고: Windows 10 에서 Linux 환경 구축하기

Windows PowerShell

    dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
    dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
    wsl --set-default-version 2

우분투 설치

참고: Windows 10 WSL(Ubuntu 18.04) 설치 방법

계정 설정: letsj/2022

※ 호스트 시스템 접근: /mnt/c 하위로 가면 C드라이브 접근 가능


참고

Windows 10 에서 Linux 환경 구축하기
Windows 10 WSL(Ubuntu 18.04) 설치 방법

profile
armton garnet

0개의 댓글