Skip to content
Discussion options

You must be logged in to vote

Conda is setting these, hum, I really don't understand the appeal of this tool.
It's actually Quarto apparently.

Anyhow, you basically put aside the method to install Quarto via PIP, right?
You've managed to install Quarto via Conda-Forge as you said.
Do you know where Quarto CLI is in this setup (the path)? (probably something like conda/envs/quarto-py313/bin/quarto)

Using the same Docker image as before leads to everything working as intended in the terminal because that's where the environment is activated.

conda create -n quarto-py313
conda init zsh
conda activate quarto-py313
conda install conda-forge::quarto

Does quarto --version work in your activated environment?

If you open a ne…

Replies: 2 comments 17 replies

Comment options

You must be logged in to vote
17 replies
@mcanouil
Comment options

@leemhmark
Comment options

@cderv
Comment options

@mcanouil
Comment options

Answer selected by leemhmark
@leemhmark
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
conda pip-packaging Issues with Quarto as packaged on PyPI
3 participants