> > but with your user. Running "racket-user-bin-paths" you should see the
> > bin directory path within $HOME/.racket.
> >
> > And this is the right config file in /etc/racket/config.rktd:
> > ;; generated by unixstyle-install
> > #hash(
> > (doc-dir . "/usr/local/share/doc/racket")
> > (lib-dir . "/usr/local/lib/racket")
> > (pkgs-dir . "/usr/local/share/racket/pkgs")
> > (share-dir . "/usr/local/share/racket")
> > (include-dir . "/usr/local/include/racket")
> > (bin-dir . "/usr/local/bin")
> > (apps-dir . "/usr/local/share/applications")
> > (man-dir . "/usr/local/man")
> > (absolute-installation? . #t)
> > (compiled-file-roots . (same "/usr/local/lib/racket/compiled"))
> > (build-stamp . "")
> > (doc-search-url .
> > "https://download.racket-lang.org/releases/8.3/doc/local-redirect/index.html")
> > (catalogs . ("https://download.racket-lang.org/releases/8.3/catalog/"
> > #f))
> > )
Oops, I forgot the last two things you asked for:
rt# su falsifian -c racket-user-bin-paths
/home/falsifian/.local/share/racket/8.3/bin:/home/falsifian/.local/share/racket/
8.3/binrt# cat /etc/racket/config.rktd
;; generated by unixstyle-install
#hash(
(doc-dir . "/usr/local/share/doc/racket")
(lib-dir . "/usr/local/lib/racket")
(pkgs-dir . "/usr/local/share/racket/pkgs")
(share-dir . "/usr/local/share/racket")
(include-dir . "/usr/local/include/racket")
(bin-dir . "/usr/local/bin")
(apps-dir . "/usr/local/share/applications")
(man-dir . "/usr/local/man")
(absolute-installation? . #t)
(compiled-file-roots . (same "/usr/local/lib/racket/compiled"))
(build-stamp . "")
(doc-search-url . "https://download.racket-lang.org/releases/8.3/doc/local
-redirect/index.html")
(catalogs . ("https://download.racket-lang.org/releases/8.3/catalog/" #f))
)
--
James