-
Notifications
You must be signed in to change notification settings - Fork 833
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
with_shim_executable: command not found #730
Comments
I am unable to reproduce this with this setup:
Can you please verify that this only happens for a single plugin? |
It is the only plug-in I have installed. This is the first time I ever use asdf and |
@DamianRivas Can you install another plugin, say |
In my case, this happened after |
@ryuheechul So is this issue still present, or was it specifically Homebrew and BigSur related? |
@jthegedus I believe this is a macOS issue that can be dealt with by installing developer tools provided by Apple. However I think people could still be confused by the error when they first discover this, although I'm not sure what can be done in asdf's side. |
Right, Brew depends on a macOS developer tools - https://docs.brew.sh/Installation#macos-requirements Homebrew never works as smoothly for me as it does others 🤷 @DamianRivas I'm tracking this change alongside other WSL issues in #465 |
@ryuheechul @DamianRivas can you test this on the latest version of asdf? |
@Stratus3D It's been a while. I use zsh + oh-my-zsh and installed it the way I think the documentation intends for us to do so. I cloned the repo this way
And I added the plugin to my .zshrc file: But when I start a new terminal I see this:
Anyway, that's just the autocomplete feature, but the
And yes, this was done in WSL. I may give this tool a solid chance now, but I really don't like that message that pops up every time I start up a new terminal window. |
The OMZSH plugin for
Recommendations are one of:
Unfortunately, automatically running I am going to close this as a solution is known and the latest documentation walks the user through the setup process to avoid this with a warn of external plugins not being updated accordingly.
|
Describe the bug
I installed deno v1.0.0 using asdf and this plug-in: https://github.com/asdf-community/asdf-deno
I get an error when trying to run deno
To Reproduce
All I did was run this exact command in the terminal
Expected behavior
The deno runtime should've run.
Actual behavior
I got this error
Environment
OS: Ubuntu 18.04 in Windows Subsystem for Linux
asdf version: v0.7.8-4a3e3d6
asdf plugins affected (if relevant):
asdf plugins installed:
https://github.com/asdf-community/asdf-deno
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I looked at the source file identified in the error and went from there. I discovered that
with_shim_executable
is a function written inutils.bash
in the asdf source.I use ZSH if that matters.
The text was updated successfully, but these errors were encountered: