Interface VenvOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    VenvOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.248Z")
    @Stability(Experimental)
    public interface VenvOptions
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Options for venv.
    • Method Detail

      • getEnvdir

        @Stability(Experimental)
        @Nullable
        default String getEnvdir()
        (experimental) Name of directory to store the environment in.

        Default: ".env"

      • getPythonExec

        @Stability(Experimental)
        @Nullable
        default String getPythonExec()
        (experimental) Path to the python executable to use.

        Default: "python"