import { pythonthreehome } from "https://deno.land/x/denops_std@v6.4.0/option/vim/mod.ts";
Specifies the name of the Python 3 home directory. When
'pythonthreehome' and the PYTHONHOME environment variable are not set,
PYTHON3_HOME, which was specified at compile time, will be used for
the Python 3 home directory.
Environment variables are expanded :set_env
.
This option cannot be set from a modeline
or in the sandbox
, for
security reasons.
(default "")
only available when compiled with the +python3/dyn
feature
type
GlobalOption<string>