Uses of Class
io.github.cdklabs.projen.python.Venv.Builder
-
Packages that use Venv.Builder Package Description io.github.cdklabs.projen.python -
-
Uses of Venv.Builder in io.github.cdklabs.projen.python
Methods in io.github.cdklabs.projen.python that return Venv.Builder Modifier and Type Method Description static Venv.BuilderVenv.Builder. create(Project project)Venv.BuilderVenv.Builder. envdir(String envdir)(experimental) Name of directory to store the environment in.Venv.BuilderVenv.Builder. pythonExec(String pythonExec)(experimental) Path to the python executable to use.
-