taxdata icon indicating copy to clipboard operation
taxdata copied to clipboard

manually claim Julia path for make-files

Open bodiyang opened this issue 2 years ago • 2 comments

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

bodiyang avatar Jun 02 '23 14:06 bodiyang

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.

bristowrichards avatar Aug 14 '23 21:08 bristowrichards

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)

bodiyang avatar Aug 15 '23 13:08 bodiyang