Hi, I can install tao launcher successfully in WSL ubuntu 22.04.
Step:
- I install fresh ubuntu22.04 in WSL under Windows11.
Refer to https://linuxconfig.org/ubuntu-22-04-on-wsl-windows-subsystem-for-linux. - Also install pip3 and unzip. You can refer to the log.
- Also add two lines as below in setup/quickstart_launcher.sh to fix “jupyter not found” which is a corner case in WSL.
info "Installed jupyter"
echo "export PATH=\"$(PATH):\$HOME/.local/bin\"" >> ~/.bashrc
source ~/.bashrc
jupyter --version | grep jupyter_core
Attach full log.
20250506_install_tao_launcher_in_wsl_ubuntu22_full.txt (374.8 KB)