Skip to content

Commit ac51ae7

Browse files
committed
started adding messages for 1.0.3 and install
1 parent 6eaefe3 commit ac51ae7

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

messages.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.0.0": "messages/1.0.0.txt"
3-
}
2+
"install": "messages/install.txt",
3+
"1.0.3": "messages/1.0.3.txt"
4+
} "1.0.3": "messages/1.0.3.txt"

messages/1.0.3.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
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

messages/install.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)