To save a LispWorks image which does not start the graphical IDE by default, make a script similar to
save-config.lisp
above, but where you call
(save-image "my-console-lispworks" :environment nil)
The resulting new image,
my-console-lispworks
, can be made to start the graphical IDE either by calling
env:start-environment
or by passing
-env
or
-environment
on the command line.