Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 1088 days ago | link | parent

It looks like you're trying to run racket -f as.scm inside Racket. It's just a terminal command. Open a new terminal (unrelated to Racket) and type it in there.


2 points by Jonesk79 1087 days ago | link

I got it set up in the regular terminal by adding the path to environment variables, however, it gave me the same message as before. Is there something more I should be doing with the untarred folder, maybe?

-----

1 point by akkartik 1087 days ago | link

I'm not sure where the disconnect lies. I think we might need to discuss details more explicitly. What OS are you on?

-----

2 points by Jonesk79 1087 days ago | link

You're a great help, thanks! I was typing in Racket before racket -f as.scm, when I don't need to

-----