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
None of the extension's features work. When executing Nim: Check nim project an error message Binary named 'nim' not found in PATH environment variable pops up.
It makes no sense; I have nim downloaded into Documents and symlinked to from $HOME/.local/share/bin, which exists in PATH.
$ echo "$PATH"
/home/mikolaj/.local/share/bin:/home/mikolaj/.local/bin:/home/mikolaj/.local/share/go/bin:/home/mikolaj/.local/share/cargo/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
$ which nim
/home/mikolaj/.local/share/bin/nim
$ stat "$(which nim)"
File: /home/mikolaj/.local/share/bin/nim -> /home/mikolaj/Documents/External-Software/nim/bin/nim
Size: 53 Blocks: 8 IO Block: 4096 symbolic link
...
The text was updated successfully, but these errors were encountered:
Note that /home/mikolaj/.local/share/bin/ or /home/mikolaj/Documents/External-Software/nim/bin/ are added to the path in $HOME/.zshrc; which would normally not be visible to programs launched from a DE.
None of the extension's features work. When executing Nim: Check nim project an error message Binary named 'nim' not found in PATH environment variable pops up.
It makes no sense; I have nim downloaded into Documents and symlinked to from
$HOME/.local/share/bin
, which exists in PATH.The text was updated successfully, but these errors were encountered: