You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 timeWill do some investigation if this can be automated
The text was updated successfully, but these errors were encountered: