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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: