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

manually claim Julia path for make-files #428

Open
bodiyang opened this issue Jun 2, 2023 · 2 comments
Open

manually claim Julia path for make-files #428

bodiyang opened this issue Jun 2, 2023 · 2 comments

Comments

@bodiyang
Copy link
Collaborator

bodiyang commented Jun 2, 2023

When running make files, it is always required to claim the path of Julia to run stage2.py

Specifically, I need to manually run the command export PATH="/Applications/Julia-1.7.app/Contents/Resources/julia/bin:$PATH" each time

Will do some investigation if this can be automated

@bristowrichards
Copy link

On my Windows 10 machine, I am able to run stage2.py fine. During installation, Julia has an optional checkbox that I believe was unchecked by default letting me "Add Julia to PATH".

In the MacOS directions here there are some optional instructions for adding Julia to your path in the Terminal; it looks like it needs to remove the /usr/local/bin/julia path then reinsert it after the /Applications/Julia-1.9.app/Contents/Resources/julia/bin/julia path. You may have done all this already, though.

@bodiyang
Copy link
Collaborator Author

bodiyang commented Aug 15, 2023

Thanks for the clarification @bristowrichards.

Yes, it's helpful to note the issue of claiming julia path is from the Mac users. And looks like Windows users are fine.

Would be helpful to add this point in the documentation in the environment requirement part.

Will keep considering adding a test to check the Julia path and then reclaim the Julia path (for MacOS cases)

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

2 participants