Hi,
I'm trying out Wolfram Language on my Raspberry Pi.
I did upgrade to 10.0
Using the examples on http://reference.wolfram.com/language/tutorial/WolframLanguageScripts.html I created the following script:
#!/usr/local/bin/WolframScript -script
Integrate[Sin[x],x]
I did chmod 755 * to the directory where the script was saved as example1.m
When running the script from the commandline with ./example1.m I get this error message:
bash: ./example1.m: /usr/local/bin/WolframScript: bad interpreter: No such file or directory
Please assist what I'm doing wrong :)
Thanks Nico