jarkky
Sat Apr 04, 2020 11:57:32 am
jari@ENVY-17:~/c_code$ cat test.wls
#!/usr/bin/env wolframscript -cloud
2+2
jari@ENVY-17:~/c_code$ ./test.wls
/usr/bin/env: ‘wolframscript -cloud’: No such file or directory
The 'env' -command does not possibly operate as it should or I couldn't find how to adjust it to make working.
Ref:
https://www.wolfram.com/wolframscript/
#!/usr/bin/env wolframscript -cloud
2+2
jari@ENVY-17:~/c_code$ ./test.wls
/usr/bin/env: ‘wolframscript -cloud’: No such file or directory
The 'env' -command does not possibly operate as it should or I couldn't find how to adjust it to make working.
Ref:
https://www.wolfram.com/wolframscript/