Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example of manual construction of active quarto #1

Open
dpastoor opened this issue May 24, 2022 · 1 comment
Open

example of manual construction of active quarto #1

dpastoor opened this issue May 24, 2022 · 1 comment

Comments

@dpastoor
Copy link
Owner

cd (qvm root)
exa --tree --level=2
.
├── active
│  └── bin
└── versions
   ├── 0.9.436
   └── 0.9.440
ln -s (pwd)/versions/0.9.440/bin/quarto (pwd)/active/bin/quarto

where:

echo $PATH
/Users/devin/Library/Application Support/qvm/active/bin /opt/homebrew/bin ...
which quarto
/Users/devin/Library/Application Support/qvm/active/bin/quarto
quarto --version
0.9.440
@dpastoor
Copy link
Owner Author

tried to render a doc (the design doc in the repo) and got the following error:

quarto render design-considerations.qmd
/Users/devin/Library/Application Support/qvm/active/bin/quarto: line 106: /Users/devin/Library/Application: is a directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant