[racket-users] self contained zip file install?

2022-06-18 Thread knigh...@gmail.com
Hi all Is there a plain ZIP file for kind-of installing racket? (must be ZIP - I can't even get a 7zip uninstaller installed). I won't be able to put it in the standard Program Files folder and can't associate rkt files but I'm allowed to set up a plain directory and run from there. I may dow

Re: [racket-users] self contained zip file install?

2022-06-18 Thread knigh...@gmail.com
s not work anymore is that one of the packages is blocked by the > corporate proxy now as a "virus" so minimal racket it is. > > cheers > > bruce > > On 2022-06-18T18:06:54.000+02:00, knigh...@gmail.com > wrote: > > Hi all > > Is there a plain ZIP file

Re: [racket-users] self contained zip file install?

2022-06-18 Thread knigh...@gmail.com
>> No powershell, it's very tightly locked down not even the shortcut to run programs - Windows key+r On Saturday, June 18, 2022 at 3:36:56 PM UTC-4 knigh...@gmail.com wrote: > No powershell, it's very tightly locked down > > Maybe someone can give feedback (w

[racket-users] raco pkg for a one-directory, moveable installation

2022-08-08 Thread knigh...@gmail.com
Hello all I'm trying to generate an installation that is self-contained, that I can move to another machine just by tar-untar or zip-unzip. The target machine may never be connected to the internet, so if I want to install packages I must follow this procedure. This command .\raco pkg instal

Re: [racket-users] raco pkg for a one-directory, moveable installation

2022-08-09 Thread knigh...@gmail.com
Thanks, that fixed it - I had set up a script to do this a while ago but lost it, and forgot that this was in there. On Monday, August 8, 2022 at 10:24:11 PM UTC-4 Philip McGrath wrote: > Hi, > > On Mon, Aug 8, 2022, at 5:46 PM, knigh...@gmail.com wrote: > > Hello all > &g