You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason to use make-process over start-process-shell-command in the quarto-preview defun? For some reason I am unable to get quarto-preview to work for me as it does not recognise my Jupyter Kernel, however when I open shell and run quarto preview manually it works as expected. I suspect this is because make-process is not reading some of my environment variables related to virtualenv correctly (the problem may be similar to #16).
I am able to get it work with start-process-shell-command in my own config, but I wonder if it is something worth considering to implement in the package? Happy to submit a PR, but I just wanted to check this point before I attempt it as I'm not sure on the differences between the two process related commands.
The text was updated successfully, but these errors were encountered:
Is there any reason to use
make-process
overstart-process-shell-command
in thequarto-preview
defun? For some reason I am unable to getquarto-preview
to work for me as it does not recognise my Jupyter Kernel, however when I openshell
and runquarto preview
manually it works as expected. I suspect this is becausemake-process
is not reading some of my environment variables related to virtualenv correctly (the problem may be similar to #16).I am able to get it work with
start-process-shell-command
in my own config, but I wonder if it is something worth considering to implement in the package? Happy to submit a PR, but I just wanted to check this point before I attempt it as I'm not sure on the differences between the two process related commands.The text was updated successfully, but these errors were encountered: