I've done the following to my git repo of scribble:

  raco pkg update --scope user --clone scribble-lib
  raco pkg update --scope user --clone scribble-doc
  raco pkg update --scope user --clone scribble
  
I also tried removing that and doing:

  raco pkg install --scope user --clone scribble-lib
  raco pkg install --scope user --clone scribble-doc
  raco pkg install --scope user --clone scribble

Regardless, like it installed it in userspace.  Okay.

But it seems like running "raco scribble" or importing scribble and
then checking where the install paths are from, it's still seeming to
use the system install verison of scribble.

Not sure what I should do... shouldn't it be the case that user packages
take priority?

 - Chris

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/87eel87goo.fsf%40dustycloud.org.

Reply via email to