Quarto install on linux rhel7 server -- command not found #4074
-
Hi, Im trying to install quarto on linux rhel7 server: commands : tar -xvzf quarto-1.2.313-linux-rhel7-amd64.tar.gz bash: quarto: command not found I tried quarto.exe and quarto.cmd, both dont work Do I have to place the path quarto somewhere like in .bashrc? suprised theres no .install file when you unzip the tar. Anyone deal with this / know what to do so I can use quarto? When I press render in Vscode it says I need to download quarto CLI so its definitely not recognizing. also if I type in quarto from terminal its not recognizing as well. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I believe with the otherwise, the CLI won't be available. @dragonstyle should we maybe add a INSTALL file or something in the bundle ? Do we have a installation page somewhere ? I think we still need to add it in our doc. |
Beta Was this translation helpful? Give feedback.
I believe with the
.tar.gz
you then need to create symlink to some place on your PATH, or add the unzipp directory to PATH.otherwise, the CLI won't be available.
@dragonstyle should we maybe add a INSTALL file or something in the bundle ? Do we have a installation page somewhere ? I think we still need to add it in our doc.