CaffeSettings.PythonInterpreterPath 屬性

定義

取得或設定 Python 解譯器路徑。

[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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

Python 解譯器的路徑。 只有在指定 pythonScriptFilePath 時,才能指定 屬性。

適用於