mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 160 forks source link

Terminal will not run #203

Open dndn1011 opened 2 years ago

dndn1011 commented 2 years ago

When I try to start the terminal I get the error:

: Exit 126. Failed to run '': No such file or directory

image

Ralithune commented 1 year ago

I'm getting this too. How do we fix?

vinzentrittel commented 1 year ago

Ways around that:

  1. Open powershell
  2. Chose a Windows directory to download and install to (must not reside in \\wsl$)
  3. #> cmd.exe
  4. #> wsl bash -c "$(wget https://raw.githubusercontent.com/mskyaxl/wsl-terminal/master/scripts/install.sh -qO -)"