Notice
Recent Posts
Recent Comments
Link
250x250
develope_kkyu
[LINUX] 우분투 설치하기 본문
728x90
- Windows 기능 켜기
- Windows 하이퍼바이저 플랫폼 / 가상 머신 플랫폼 체크 후 확인
- PowerShell 관리자 실행
- 두 개의 코드 차례대로 실행
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
- https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi --> 다운로드 받기 --> 설치
- PowerShell에서 두 개 코드 차례대로 실행
wsl --set-default-version 2
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
- Microsoft store 실행
- ubuntu 다운로드
- 실행
- username, password 설정
- PowerShell에서 설치 확인
wsl -l -v
728x90
'Python' 카테고리의 다른 글
[Python] List (0) | 2022.12.26 |
---|---|
[Python] 파이썬 시작하기 - vs code (0) | 2022.12.23 |
[Python] 파이썬 시작하기 - Pycharm (0) | 2022.12.23 |
[Python] 파이썬 설치하기 - 파이썬 홈페이지 (0) | 2022.12.23 |
[Python] 파이썬 설치하기 - ANACONDA (0) | 2022.12.23 |