-
Notifications
You must be signed in to change notification settings - Fork 17
Description
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.