I wrote some notes about how to do something similar, when I worked on the 
plot package:

    
https://alex-hhh.github.io/2018/01/changing-built-in-racket-packages.html

These instructions will work for the case where Racket is installed 
globally and your current user does not have permissions to modify any 
files in this global Racket installation.  They might not be the simplest 
ones however, as I am not a raco pkg package expert either.

Hope this helps,
Alex.

On Wednesday, November 6, 2019 at 2:18:18 AM UTC+8, Reuben Thomas wrote:
>
> I'm trying to make a small improvement to the drracket package, and of 
> course I'd like to test it!
>
> I have racket 7.4 installed on my Ubuntu system from the PPA, so of course 
> drracket is installed as part of the installation.
>
> After reading the "raco pkg" docs, and searching the mailing list, I can't 
> figure out how to make a user installation of the drracket package so I can 
> test it. My best attempt so far is something like:
>
> raco pkg install ./drracket
> raco pkg install: package is currently installed in a wider scope
>   package: drracket
>   installed scope: installation
>   given scope: user
>
> Of course, I don't want to overwrite the installation's version of 
> drracket, I just want a user installation that takes precedence.
>
> I'm a total newbie with raco, so sorry if I've overlooked something 
> obvious.
>

-- 
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/3635bd1f-ccde-41eb-b9d4-05cc6c36777b%40googlegroups.com.

Reply via email to