Package io.github.cdklabs.projen.python
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVenvOptions.BuilderA builder forVenvOptionsstatic classVenvOptions.Jsii$ProxyAn implementation forVenvOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VenvOptions.Builderbuilder()default StringgetEnvdir()(experimental) Name of directory to store the environment in.default StringgetPythonExec()(experimental) Path to the python executable to use.
-
-
-
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"
-
builder
@Stability(Experimental) static VenvOptions.Builder builder()
- Returns:
- a
VenvOptions.BuilderofVenvOptions
-
-