-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
WSL (Windows Subsystem for Linux) is running Linux. You need to install a Linux version of the tool you use in there, according to the OS you are using. So install Quarto for the Linux distribution you are using, otherwise it won't be found as you are observing. This will be the case for all the tool on your system. WSL is Linux, not Windows.
You can't use a windows tools directly inside WSL because it runs Linux. Git bash is just a Terminal which emulates a bash terminal, but you are running Windows tool in there (or Windows port to Linux tool like |
Beta Was this translation helpful? Give feedback.
WSL (Windows Subsystem for Linux) is running Linux. You need to install a Linux version of the tool you use in there, according to the OS you are using. So install Quarto for the Linux distribution you are using, otherwise it won't be found as you are observing. This will be the case for all the tool on your system. WSL is Linux, not Windows.
You can't use a windows tools directly inside WSL because it runs Linux. Git bash is just a Terminal which emulates a bash terminal, but you are running Windows tool in there (or Windows port to Linux tool like
grep
or other command).