Skip to content
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

asdf reshim can't find packages under bin #143

Closed
x9xhack opened this issue Aug 21, 2024 · 1 comment · Fixed by #146
Closed

asdf reshim can't find packages under bin #143

x9xhack opened this issue Aug 21, 2024 · 1 comment · Fixed by #146

Comments

@x9xhack
Copy link

x9xhack commented Aug 21, 2024

Describe the bug
After latest update "$GOBIN" added to set-env files , asdf reshim can't find go packages under bin folder

/bin needs to be added to list-bin-path

echo -n "bin go/bin packages/bin"

@rpadovani
Copy link
Contributor

Got the same issue on Linux and fish, solved in the same way.

Edit ~/.asdf/plugins/golang/bin/list-bin-paths, and make sure the line is

echo -n "bin go/bin packages/bin"

I opened #146 to fix in the codebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants