For running the new code KITTY_PREWARM_SOCKET needs to be dropped
This commit is contained in:
parent
b01ad4bb3b
commit
040ff0cc9d
@ -23,6 +23,10 @@ following dependencies are installed first.
|
|||||||
should use a version of the source that matches the binary version as closely
|
should use a version of the source that matches the binary version as closely
|
||||||
as possible, since the two are tightly coupled.
|
as possible, since the two are tightly coupled.
|
||||||
|
|
||||||
|
You may need to unset the :envvar:`KITTY_PREWARM_SOCKET` environment variable,
|
||||||
|
otherwise your modified code will not be executed, when running some of the
|
||||||
|
``kitty +`` and ``kitty @`` commands.
|
||||||
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
@ -145,7 +145,8 @@ Variables that kitty sets when running child programs
|
|||||||
.. envvar:: KITTY_PREWARM_SOCKET
|
.. envvar:: KITTY_PREWARM_SOCKET
|
||||||
|
|
||||||
Path to a UNIX domain socket used to avoid Python interpreter startup
|
Path to a UNIX domain socket used to avoid Python interpreter startup
|
||||||
latency when running kittens, or remote control or using kitty +launch or kitty +runpy.
|
latency when running kittens, or remote control or using ``kitty +launch`` or
|
||||||
|
``kitty +runpy``.
|
||||||
|
|
||||||
.. envvar:: KITTY_PREWARM_SOCKET_REAL_TTY
|
.. envvar:: KITTY_PREWARM_SOCKET_REAL_TTY
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user