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

Hardcoded use of python command #1

Open
ProgrammingGamer opened this issue Apr 21, 2021 · 0 comments
Open

Hardcoded use of python command #1

ProgrammingGamer opened this issue Apr 21, 2021 · 0 comments

Comments

@ProgrammingGamer
Copy link

ProgrammingGamer commented Apr 21, 2021

I noticed that there is a hardcoded use of the python command in code, where this should really be based on the user's python command as entered in UI. This can cause issues on systems that use a different version of python by default, for example MacOS and some linux distros will use python for python 2.7 and python3 for python 3+.

This occurs at line 360 and 364 of PythonSession.java.
image

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