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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
No, you are nearly there, you just might have missed to change the access rules, so that you are allowed to execute the file; for example on linux/Mac OS chmod u+x make.jl would give your user id the right to execute the file.
ae909fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kellertuer I'm trying to make the make.jl an executable but keep getting the following error, even locally:
Guess I'm doing something silly or missing something. Can you spot anything obvious? Thanks!
ae909fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, you are nearly there, you just might have missed to change the access rules, so that you are allowed to execute the file; for example on linux/Mac OS
chmod u+x make.jl
would give your user id the right to execute the file.ae909fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh yeh thanks, that did it