-
Notifications
You must be signed in to change notification settings - Fork 89
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
Windows 11 installer #835
Comments
Take a look at the README, we provide two alternatives to the Windows Store version already. |
I think the issue is that the nformation about this is not sufficient on the julia website? (Very few people will go to the README here). |
Tried all as mentioned in Readme , The issue is that the app store is required to login with email and insider need to be enabled. This is not a desired feature for open source software, or language. Offline app install ( as mentioned) will install only julia not juliaup. Some Professor workers can't use juliaup in windows due this. Julia needed a good developer community who tried to listen to users problems. Thank you. @davidanthoff @KristofferC |
Doesn't the MSIX App installer work? From the README:
|
I have tried it, the julia app is installed ,and julia is working. But juliaup is not working. If I need to enable any Path additionally please let me know. |
To have |
I gave the path. Now, juliaup is working. If I give a specific path to the Julia version (.julia/julia-1.8.5+..../bin), I can launch it using the julia command. But if I change the julia version using juliaup ,it is not opening the changed version when I run the julia command. julialauncher should run with the julia command. I think the problem will be solved. @KristofferC |
The MSIX installer and the Windows Store version are essentially identical, both use the MSIX installation engine to install things at the end of the day. The You should not add a folder like
Someone should just merge JuliaLang/julia#50477 and then we can link to that from the download page. |
Added this path, Now julia and juliaup working from command. Please add this path comment in readme clearly. Because, juliaup.exe also has another path along with julialauncher.exe. Thank you. |
I think we could add this information to some kind of FAQ at the end of the new section on installation in the Julia manual, once that is merged. PRs welcome! I don't think we should put this prominently, at the end of the day this is a situation that the vast majority of users probably will never encounter, this really should only be a problem if someone manually removed this folder from their |
Please provide the .exe app for windows. Or, alternative choice.
Winget is only for windows insiders , not for windows local login users .
The Linux version is good. Please fix windows Version too.
The text was updated successfully, but these errors were encountered: