-
Notifications
You must be signed in to change notification settings - Fork 90
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
1.8.1 not recognised as the latest version? #406
Comments
What version of juliaup are you running, Don't really know what I'm talking about though, but my thought was that the |
juliaup version is
Not really sure what you mean by this though
|
Okay, no clue then.
was just in case
was true, but since it seems it wasn't it can be disregarded. |
After checking the code, and try to guess where it was taking bad informations, I suspected that I had some issues with the installation folders. by the way, the uninstalling process is waaay to aggressive. I know I had some misconfigured folders, but still, it deleted a lot of folders it wasn't supposed to. Without asking anything or doublechecking. It cost me an afternoon to reinstall everything the way it was. Please fix this. shall I close this issue and open another one with these comments? |
I just tried the uninstall, and it seemed reasonable to me, the config was still there and so was any other julia related things I wouldn't expect juliaup to remove. How did you configure your julia? Here is the code, on the surface it seems to only touch stuff it created, though I haven't gone deeper so I don't really know what is happening. |
I have a custom filesystem in Then, and this is where I think broke something, changed the depot path to Upon uninstalling juliaup, my Maybe the culprit is
which in my case seems to resolve in Why not just define a EDIT 2: this screenshot was taken with a fresh install. |
I found that the main issue is me symlinking the juliaup binary to In a standard settings the values would be May I propose a change on the notes of
with |
I believe this is no longer an issue. |
I can make a PR with what was proposed above, if that is what you mean. |
I'm tempted to just solve this in the following way: if a user selects an already existing folder as the install folder during the Juliaup folder, show a warning that one should not install |
Or we could also make the |
I believe the main issue is not that juliaup is within an existing folder but that the |
Hello,
I am encountering this message everytime i start julia
I have installed the
release
,release~aarch64
andrelease~x64
versions, and a similar message pops up with all of them.Of course i ran
juliaup update
and I am at the latest version.The installed julia versions run flawlessly though, so the functionality is not affected.
I am on an M1 mac with MacOS 12.5.1
The text was updated successfully, but these errors were encountered: