Le Thu, Dec 16, 2021 at 12:59:54AM +0000, James Cook a écrit : > For reproducibility, I wrote the below script and created another new > VM. > > > #!/bin/sh > sysctl kern.version > pkg_add racket-minimal-8.3 > su falsifian -c "raco pkg install base" > su falsifian -c "raco pkg config" > > > I ran the script as root on another freshly created OpenBSD vm. The > script was the first command run on the system, except for scp and > chmod to set up the script. > > After running the script I confirmed that > /home/falsifian/.local/share/racket/8.3 exists. >
The port does not create ~/.local/share/racket. It is 'raco pkg install base' that does.