-
Notifications
You must be signed in to change notification settings - Fork 778
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
"No version is set" when version is set and returned by asdf current
.
#488
Comments
asdf current
.
I am getting this in a lot of languages after updating to the latest ver. example:
|
Could you give it a try on master and let us know how that goes please? |
Same results on master:
|
I downgraded to 0.6.3, and it's working there:
|
Thanks for trying out. I will take a closer look. |
@adamu Thanks a lot for the report and the Dockerfile. @hez Could you please check if your issue is fixed on the master branch please? If it is not, could you please open another issue with a little more information about your environment. Thank you. |
Works on master for me.
I don't really want to depend on master though, so I hope you will release 0.7.1 🙃 |
Yes, we'll release a new version very soon! |
Just a note that I also had this issue, tested against master and now it works. |
👍looks to be resolved in the latest ver |
Thanks for your help! 0.7.1 should work how you expect! |
Hey @danhper , I'm still having this same issue with asdf version |
@bowmanmike it looks like you've specified Ruby version |
@Stratus3D I do have |
Maybe try |
That seemed to work! Thanks! |
still having this issue with v0.7.1 even after I'm getting
and my .tool-versions is
|
@eksperimental Could you open another issue please? I suppose there has been a regression for how we handle |
I installed a new version of elixir, then I updated asdf, and now I get the error:
More info:
And, here is .tool-versions (which I have never touched):
OSX 10.13.6 ========= Okay, this worked for me: $ asdf reshim elixir |
v0.7.2 on a fresh mojave install here, same problem with ruby, reshim does nothing EDIT sorry just saw "fixed in master" will try to use master UPDATE - sorry, doesn't seem to be working right for me
UPDATE 2 - just noticed I'm working out of a DIR in the new macOS Catalina "macintosh HD - data" faux-partition (I just reformatted my drive, and downgraded back to Mojave, though) - that might have something to do with it - will update! Update 3 - Sorry again, still doesn't seem to be working
|
Heads up, it might be related to downgrading from the Catalina beta - https://twitter.com/infinitebrkfst/status/1141395765731790848 - my only problem on the beta was how piss-poor Finder was performing: constant beachball for normal tasks such as alt-tabbing from another app to Finder, or selecting a file to highlight it, or closing the finder window |
I'm using macOS 10.14.5 Mochave (and I did not even tried to install 10.15), but i'm facing the same issue. I even tried to remove all previous ruby installations with no luck.
|
I don't think the issue you are having is the same one as the original one so could you please open a new issue with a description of your problem. Thanks! |
Occasionally I got this issue again, with trying to make fresh installation of ruby 2.1.10. (so it was impossible to run bundler with 2.1.10) It was surprisingly resolved with installing ruby 2.1.9, and after it bundler works in both versions. Maybe it help someone |
|
Run these commands: To check the version of elixir or erlang run this command: |
Steps to reproduce
I'm setting up a dockerfile based on alpine linux for an elixir build environment.
Here is an example session:
Expected behavior
asdf which elixir
should return version 1.8 andelixir
should execute the binary.Actual behavior
Environment
OS: Alpine Linux in a docker container
asdf version: 0.7.0
Here is the WIP Dockerfile:
The text was updated successfully, but these errors were encountered: