Skip to content

Fix: Correct Python RunCommand configuration#5

Open
bardusco wants to merge 1 commit into
Automata-Labs-team:mainfrom
bardusco:fix-languages
Open

Fix: Correct Python RunCommand configuration#5
bardusco wants to merge 1 commit into
Automata-Labs-team:mainfrom
bardusco:fix-languages

Conversation

@bardusco
Copy link
Copy Markdown

This PR fixes the issue #2 where the incorrect command uvx run main.py was used for running Python scripts.
Since uvx is intended for executing globally installed binaries, the correct approach is to use uv run main.py,
which ensures the script runs within the appropriate virtual environment managed by uv.

Changes:
• Replace uvx run main.py with uv run main.py in the Python RunCommand configuration.

Why?
• Prevents execution issues caused by an incorrect command.
• Ensures compatibility with uv’s virtual environment handling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant