Quarto: Difference between revisions

Reptee (talk | contribs)
Show how to solve Python not found when using reticulate in vscodium (probably vscode too, but I didn't verify that)
Reptee (talk | contribs)
mNo edit summary
 
Line 100: Line 100:
+    export RETICULATE_PYTHON=$(which python3)
+    export RETICULATE_PYTHON=$(which python3)
+  '';
+  '';
</syntaxhighlight>When the issue appears in vscodium, one can fix it via wrapping `codium` binary:<syntaxhighlight lang="nix">
</syntaxhighlight>When the issue appears in vscodium, one can fix it via wrapping <code>codium</code> binary:<syntaxhighlight lang="nix">
pkgs.vscodium.overrideAttrs (old: {
pkgs.vscodium.overrideAttrs (old: {
   installPhase = ''
   installPhase = ''