Frustrated with lack of Install
#40
Closed
opened 10 years ago by jcall59
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
OK, I'm sure this is the Raco equivalent of "Check to make sure the computer is plugged in", but after installing Racket v6.1.1 and DR Racket, I try to install Pollen but get NOWHERE.
I've tried this at work, home, laptop, hardwired: always same result. Running Windows. Racket and Dr Racket seem to run - well, at least open - fine (but what do I know).
I'm no programmer, and my GitHub account is now 5 minutes old.
Windows users need to convert the naked
raco
command to include a full path. Assuming defaults, it’s likely to be"C:\Program Files\Racket\raco"
(include the surrounding quotes in the command), so the whole thing would look like this:or in your case, based on the screen shot above:
To see if it’s working, you can just do
and you should get the default
raco
help screen, which looks like this:There are a couple places in the docs that I note this, but you're right that I don't note it on the Installation page. So I've fixed that. Thanks.