bash: quarto: command not found

@cderv could this set up also impact my ability to use quarto extensions?

for example, i tried using the reveal-auto-agenda extension.

i was able to successfully install it using
quarto.cmd install extension andrie/reveal-auto-agenda

however, when i try to enable in my project with yaml

---
title: "Untitled"
format: revealjs
editor: visual
filters:
  - reveal-auto-agenda
---

i get
Could not find executable reveal-auto-agenda

Do you have any suggestions on how to resolve?

1 Like