---
title: "Run Python from ShogunPostCL"
canonical: "https://help.vicon.com/space/ShogunPost121/1253737424/Run%20Python%20from%20ShogunPostCL"
format: markdown
---
You can switch the ShogunPostCL command line between HSL and Python using the command `setLanguage`.

From HSL, the command is:

```plaintext
setLanguage "python";
```

From Python, the command is:

```plaintext
shogunPost.SetLanguage( "hsl" )
```