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 --> 다운로드 받기
wsl --set-default-version 2
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
ubuntu - microsoft store에서 설치, 설치 후 usermane, password 설정
설정 후 버전 확인
wsl -l -v
'Python' 카테고리의 다른 글
| [Python] VS Code에서 ModuleNotFound 해결하기 (0) | 2023.02.20 |
|---|---|
| [Python] Jupyter Notebook에서 html로 저장 (0) | 2023.02.10 |
| [Python] 기초문법 (0) | 2022.12.26 |
| [Python] 준비하기_2 (Anaconda, Python, Pycharm) (0) | 2022.12.23 |