Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Execute python3 codes with 'python3 -filename.py' instead of 'python -filename.py' #1201

Open
KALI-THE-HACKER opened this issue Dec 20, 2024 · 0 comments

Comments

@KALI-THE-HACKER
Copy link

  • Code Runner Version: v0.12.2

Bug description
In many system using python3, to execute a python file 'python3 -filename.py' command is used in terminal/cmd instead of 'python -filename.py'. If we use 'python' it will show error.

To Reproduce

Check whether the system is showing error for 'python' command in terminal/cmd or not, if it is showing error, use 'python3', if still it's showing error, ask user to check Path variable or download python.

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

No branches or pull requests

1 participant