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

Add more hints for MacOS installation issues #326

Open
jlperla opened this issue Jan 17, 2025 · 0 comments
Open

Add more hints for MacOS installation issues #326

jlperla opened this issue Jan 17, 2025 · 0 comments

Comments

@jlperla
Copy link
Member

jlperla commented Jan 17, 2025

  ## Some Common Errors on MacOS
  - To open a terminal on MacOS
    - Press `Cmd + Space` to open Spotlight, then type `Terminal`
    - Or with VS Code `<Cmd-Shift-P>` then `View: Toggle Terminal` 
  - If you get permissions problems try
    ```
    sudo curl -fsSL https://install.julialang.org | sh
    ```
  - If it still shows errors, then [see here](https://github.com/JuliaLang/juliaup/wiki/Permission-problems-during-setup) and do some combo of 
    ```
    sudo chown $(id -u):$(id -g) ~/.bashrc
    sudo chown $(id -u):$(id -g) ~/.zshrc
    sudo chown $(id -u):$(id -g) ~/.bash_profile
    ```
    - Then retry `sudo curl -fsSL https://install.julialang.org | sh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant