Compartir a través de


CaffeSettings.PythonInterpreterPath Propiedad

Definición

Obtiene o establece la ruta de acceso del intérprete de 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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Ruta de acceso al intérprete de Python. La propiedad solo se puede especificar si se especifica pythonScriptFilePath.

Se aplica a