Quarto: Difference between revisions
Show how to solve Python not found when using reticulate in vscodium (probably vscode too, but I didn't verify that) |
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 | </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 = '' | ||