wsl -l -vwsl --terminate <name>wsl --shutdownUbuntu already includes python preinstalled, you just have to install this to use python instead of python3
sudo apt install python-is-python3sudo apt install unzip
curl -fsSL https://fnm.vercel.app/install | bash
# Then restart your terminal
fnm install --ltsexplorer.exe .Make sure you install the WSL extension in VSCode
code .Note: if you have already installed node or other things that have modified your .bashrc, you will need to make those changes to .zshrc after you swap from bash to zsh
sudo apt install zsh
chshInstalling the starship prompt
curl -sS https://starship.rs/install.sh | shThen follow the instructions it gives you to add lines to your shell startup file.