You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: