-
DescriptionWhat is the right version nof quarto? Quarto-cli seems to be only available in various package repositories 1.6.42 or 43 but not 1.7 (homebrew, pip, conda) 1.7 is only offered from your website. what is the difference? what is the right one? I would prefer to install quarto from my package manager - ideally https://pixi.sh/ via conda or pip. |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Apr 18, 2025
Replies: 1 comment 2 replies
-
Is #12496 the answer? I.e. that your website offers the RC as a download? but otherwise they would be equivalent? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quarto team is not responsible of, at least, homebrew and conda. These are community contributions which uses "stable release" (possibly with slight update delay).
To simplify, Quarto team provides the releases via GitHub, so if you get Quarto from anywhere else, it means it's community-based, thus that Quarto team has no control over it.
Quarto uses the following lifecycle:
Choose what you want.
I don't know what you mean by that. If versions are different, it means there are changes. Those changes are listed i…