ToolTypeSettings.DefinitionStages.WithPythonInterpreter<ReturnT> Interface

Type Parameters

ReturnT

next definition stage type

public interface WithPythonInterpreter

Specifies the path to python interpreter.

Method Summary

Modifier and Type Method and Description
ReturnT withPythonInterpreterPath(String path)

Method Details

withPythonInterpreterPath

public ReturnT withPythonInterpreterPath(String path)

Parameters:

path - the path to python interpreter

Returns:

the next stage of the definition

Applies to