Skip to content

Commit

Permalink
made sure python is using the right version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatChair committed Jan 20, 2024
1 parent 5359a65 commit c21b7c5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 36 deletions.
77 changes: 42 additions & 35 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/kotlin/com/pose/analysis/MainMenuBar.kt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ object MainMenuBar: MenuBar() {

try {

val command = listOf("python", pythonScript, path, selectedFile.path)
val command = listOf("python3.11", pythonScript, path, selectedFile.path)

// Creates and starts the process to run the python script with a command
val processBuilder = ProcessBuilder(command)
Expand Down

0 comments on commit c21b7c5

Please sign in to comment.