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
SublimePythonIDE was just updated to a new minor version. The detection of the Python interpreter to use was improved. It now uses four different methods in the following order (see README or Github for details):
2
+
3
+
- Check for the option "python_interpreter" in project settings
4
+
- Try to auto-detect virtual environments (in "venv" or $WORKON_HOME for virtualenvwrapper)
5
+
- Read a #! (shebang) line in the active file (NEW)
6
+
- Try to auto-detect the system Python from $PATH
7
+
8
+
In addition, the bundled libraries were updated and open issues were fixed.
9
+
Feel free to report any new issues at https://github.com/JulianEberius/SublimePythonIDE/issues
0 commit comments