Share via


ChainerSettings.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.

Applies to