-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run shards command #14
Comments
Same happens with v0.24.2, but with 0.25.0 it's a blocker, because |
I downloaded, compiled & installed the Shards program manually. Should not be included? |
asdf create shims based on that file: bin/list-bin-paths Have you already tried to reshim? |
Tried reshim command. Didn't work. env command output:
|
Same with new Crystal 0.26.0. After
$HOME/.asdf/installs/crystal/0.26.0/bin/shards |
Same issue here with Crystal 0.27.0. I fixed it locally with the following change in $ git diff
diff --git a/bin/list-bin-paths b/bin/list-bin-paths
index 714c1e9..0411349 100755
--- a/bin/list-bin-paths
+++ b/bin/list-bin-paths
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
# let asdf create shims for installed scripts
-echo bin embedded/bin
+echo bin lib/crystal/bin Then i called Hope this helps! |
Related issue: crystal-lang/crystal#5994 |
This is an upstream issue. |
The text was updated successfully, but these errors were encountered: