Skip to content
Discussion options

You must be logged in to vote

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.

but in Git Bash, it worked! Not sure why

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).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ariewjy
Comment options

Answer selected by ariewjy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants