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

windows check to see if julia is installed doesn't work even though it is installed? #83

Open
MalikaIhle opened this issue Jun 21, 2023 · 2 comments
Assignees
Labels
wontfix This will not be worked on

Comments

@MalikaIhle
Copy link
Contributor

image

@moritzketzer
Copy link
Collaborator

moritzketzer commented Aug 28, 2023

The check probably only works in the case of installing Julia with a terminal packagemanager - like I did - i.e., MacOS with brew and windows with eg chocolatey. If people download the binary I guess they need to add it to their path and explaining this is beyond our scope.

I think when the binary is in the Applications folder on MacOS, it might also work in that case without tweaking the path, but I am not sure and don't know about the Windows case.

I think we should overhaul the installation page and include two forking ways (a) do you know how to traverse the terminal and have a package manager like brew, chocolatey or apt (b) no idea what that is and not interested / no time -> download the binary.

We should then change the check to either (a) installed with juliaup/OSpackagemanager -> type 'julia' (b) installed with the julia binary, open the binary.

What do you think @aaronpeikert @Maximilian-Stefan-Ernst @MalikaIhle ?

@Maximilian-Stefan-Ernst
Copy link
Contributor

We are not able to fix this, because this is how windows works - we will have to be aware during the workshop

@Maximilian-Stefan-Ernst Maximilian-Stefan-Ernst added the wontfix This will not be worked on label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants