Share via


CaffeSettings.PythonInterpreterPath Property

Definition

Gets or sets python interpreter path.

[Newtonsoft.Json.JsonProperty(PropertyName="pythonInterpreterPath")]
public string PythonInterpreterPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pythonInterpreterPath")>]
member this.PythonInterpreterPath : string with get, set
Public Property PythonInterpreterPath As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The path to the Python interpreter. The property can be specified only if the pythonScriptFilePath is specified.

Applies to