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
I have the tye, an executable. type tye gives me this: /home/user/.dotnet/tools/tye.
Moving this to /usr/bin/ will not work. Tye which needs dependencies which are stored in dotnet/tools. But when I do hap run tye, I get the error: /bin/sh: 1: tye not found`.
But dotnet/tools is in my PATH. So I think Hapless should include the local path as well when running commands?
The text was updated successfully, but these errors were encountered:
I have the tye, an executable.
type tye
gives me this:/home/user/.dotnet/tools/tye
.Moving this to
/usr/bin/ will not work. Tye which needs dependencies which are stored in dotnet/tools. But when I do
hap run tye, I get the error:
/bin/sh: 1: tye not found`.But dotnet/tools is in my PATH. So I think Hapless should include the local path as well when running commands?
The text was updated successfully, but these errors were encountered: