---
title: "setPythonInterpreter"
canonical: "https://help.vicon.com/space/ShogunPost121/1253737764/setPythonInterpreter"
format: markdown
---
# Description

Sets the path used for the Python interpreter.

## Functional area

System

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `setPythonInterpreter ["path"]` |

### Arguments

See above syntax.

### Flags

None

## Return value

boolean

## Examples

```plaintext
setPythonInterpreter "C:\\python\\2.7.18\\x64\\python.exe";
setPythonInterpreter "";
// Sets the specified Python interpreter path.
```