I am Running Rstudio-server on a linux virtual machine and I installed the preview version of quarto using this link. It is installed at ~/opt/quarto-1.4.287., but my system is not using the new version.
I created the symlink, but wasn't sure what was meant by Ensure that the folder where you created a symlink is in the path
. I know how to add a folder to the path, but I am not sure about symlinks.
The generic instructions didn't work on my server. When I run quarto check
it shows this:
[✓] Checking Quarto installation......OK
Version: 1.3.353
Path: /usr/lib/rstudio-server/bin/quarto/bin
So it is still using the old version. I tried running export QUARTO_VERSION="1.4.287"
, but that didn't make any difference.
How can I make Rstudio use the new version of quarto in ~/opt folder?