Share via


CNTKsettings.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. This property can be specified only if the languageType is 'Python'.

Applies to