Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

julia command not found even after adding to PATH

Tags:

julia

I am not able to run a Julia file from the command line despite being able to use Julia fine from inside the REPL and Atom. I receive a zsh: command not found: julia error when I try that. Based on this resource, I ran export PATH="/Applications/Julia-1.4.2.app/Contents/Resources/julia/bin:$PATH" and sudo ln -s /Applications/Julia-1.4.2.app/Contents/Resources/julia/bin/julia /usr/local/bin/julia but it did not resolve the issue. Is there anything else I could try?

edit: I am running macOS Catalina 10.15.5


1 Answers

ls -a /Applications/ showed that the file is actually named Julia-1.4.app


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!