Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

"command not found: julia" when running a UNIX executable

$
0
0

@themadprogramer wrote:

Recently I’ve really been trying to get into Genie. To launch a Genie app, you either have to memorize a long command or just run one of 4 executables located in the bin directory.

I noticed I was getting an error

“command not found: julia”

I won’t pretend to be a shell expert so I’m here to ask for help. It was set to run in sh and I’m on a MacOS Catalina which seems to have switched to zsh. I’ve tried changing the shebang to:

#!/bin/zsh

and am still getting “command not found: julia”. I can run the command if I copy paste it into my terminal so what gives?

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles