morloc-project / morloc

A typed, polyglot, functional language
GNU General Public License v3.0
195 stars 4 forks source link

Maybe be able to specify where Rscript is located? #3

Closed sckott closed 6 years ago

sckott commented 6 years ago

Installed with Haskell instructions. Ran executable from ~/.local/bin/morloc and tried example code, but it complained

morloc> sqrt . runif 5 100 1000
#> ./nexus.sh: ./pool.R: /usr/bin/Rscript: bad interpreter: No such file or directory
which Rscript
#> /usr/local/bin/Rscript
which R
#> /usr/local/bin/R
arendsee commented 6 years ago

@sckott This should work now.

sckott commented 6 years ago

Thx. Will try in am

sckott commented 6 years ago

fixed