I want to install the yaml (and any other including iracket ..) package to my local Racket directory (portable on a stick) -
Package installation using DrRacket or raco uses C:\Users\name\AppData\Roaming
so my stick does not work on other machines. Any clue?
[EDIT] I do have some questions - my aim is primarily to set up a portable Racket environment, to realice some smaller applications and have windows 7 or 10 and no rights because of safety. 1) in Dr. Racket i didnt found to set the human-language permanently to english (very annoying). 2) This Settings are made in the c:/users/name/appdata/roaming/Racket - so not on my usb stick. To set the PLTUSERHOME (which was one try) - I couldn figure out how and where to use this settings. So this may be the wrong solution? 3) Another feature I would appreciate would be a "single click" to start the jupyter notebook (include newest python release) using the racket curnel. (All of these may be of interrest of also other users - so why not impement this settings to DrRacket in general or is this just a silly idea?) I want to install the yaml (and any other including iracket ..) package to my local Racket dicectory (portable on a stick) - so my stick does not work on other machines. Any clue?
It sounds to me like you have DrRacket installed on the USB drive, and you want the installed packages to wind up there, too. The solution here is to make your package installations "installation scope" rather than "user scope".
If you're installing, say, sxml from the command line, that would be
raco pkg install --scope installation sxml
If you're installing using the Package Manager within DrRacket, click on the "Details" link in the "do what I mean" tab to show the "scope" dropdown.