ubuntuにて、python3.8にupdate
sudo apt update
sudo apt install python3.8
update後、ubuntuを再起動させる。
sudo reboot
すると、以下のエラーが出た('ω')
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
Failed to talk to init daemon.
Ubuntuにおいて、shutdownコマンドやrebootコマンドはサポートされていない(?)
なので、コマンドプロンプトからWSLを停止させる。
まずUbuntuのバージョン確認する
cat /etc/issue
その後、コマンドプロンプトで以下を実行
wsl -t Ubuntu XXXXX(バージョン)