And ```class ExportPluginOptions: symlink_virt...
# development
h
And
Copy code
class ExportPluginOptions:
    symlink_virtualenv = BoolOption(
        default=False,
        help="Export a symlink into a cached virtualenv.  This virtualenv will have no pip binary, "
             "and will be immutable. Any attempt to modify it will corrupt the cache!  It may, however, "
             "take significantly less time to export than a standalone, mutable virtualenv will.",
    )