When I tried to run the tutorial code of running Bash command from Quarto documentation (https://quarto.org/docs/computations/execution-options.html#fenced-echo), it wouldn't work and return nothing:
I clicked on "Run Cell" of the code block and nothing happens. I couldn't find related documentation for this issue, and I ran Quarto check to see if there is any issue with my install:
quarto check
Quarto 1.7.31
\[✓\] Checking environment information...
Quarto cache location: /home/user/.cache/quarto
\[✓\] Checking versions of quarto binary dependencies...
Pandoc version 3.6.3: OK
Dart Sass version 1.85.1: OK
Deno version 1.46.3: OK
Typst version 0.13.0: OK
\[✓\] Checking versions of quarto dependencies......OK
\[✓\] Checking Quarto installation......OK
Version: 1.7.31
Path: /home/user/tools/quarto/bin
\[✓\] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
\[✓\] Checking LaTeX....................OK
Tex: (not detected)
\[✓\] Checking Chrome Headless....................OK
Chrome: (not detected)
\[✓\] Checking basic markdown render....OK
\[✓\] Checking Python 3 installation....OK
Version: 3.10.12
Path: /usr/bin/python3
Jupyter: (None)
Jupyter is not available in this Python installation.
Install with python3 -m pip install jupyter
\[✓\] Checking R installation...........(None)
Unable to locate an installed version of R.
Install R from https://cloud.r-project.org/
