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
When using Rye on Windows (which works great by the way!) there's always an error message System cannot find the path specified when initializing a Rye::Box.
I didn't make a PR because it seems like there is already a pending PR #56 which also works on that code (on a slightly different matter) and recently there seems to be no more activity in the repo. I'd be happy to make one though if there's still interest...
The text was updated successfully, but these errors were encountered:
When using Rye on Windows (which works great by the way!) there's always an error message
System cannot find the path specified
when initializing aRye::Box
.I guess this is because of
which could probably be changed to something like
in
Rye::Box
(and also inRye::Hop
I guess).I didn't make a PR because it seems like there is already a pending PR #56 which also works on that code (on a slightly different matter) and recently there seems to be no more activity in the repo. I'd be happy to make one though if there's still interest...
The text was updated successfully, but these errors were encountered: