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
You can install shiika with cargo install --path . into ~/.cargo/bin. However shiika run foo.sk may fail because it looks for files such as builtin/builtin.bc from the current working directory. There should be a environment variable (like SHIIKA_ROOT) to configure this.
The text was updated successfully, but these errors were encountered:
You can install
shiika
withcargo install --path .
into~/.cargo/bin
. Howevershiika run foo.sk
may fail because it looks for files such asbuiltin/builtin.bc
from the current working directory. There should be a environment variable (likeSHIIKA_ROOT
) to configure this.The text was updated successfully, but these errors were encountered: