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
Copy file name to clipboardExpand all lines: README.markdown
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,15 @@ I also added a lot caching throughout the underlying Rope library which improved
14
14
Configuration
15
15
-------------
16
16
17
-
The only necessary configuration at the moment is setting "python_interpreter" in your projects settings (Project->Edit Project) to use another interpreter than your system interpreter. Example:
17
+
The only necessary configuration is pointing SublimePythonIDE at the correct Python interpreter to use.
18
+
There are four mechanisms for detecting Python that are used in the following order:
19
+
20
+
- Checking the option "python_interpreter" in project settings (see below)
21
+
- Auto-detecting a virtual environment (in "venv" or $WORKON_HOME for virtualenvwrapper)
22
+
- Reading a #! (shebang) line in the active file
23
+
- Auto-detecting the system Python from $PATH
24
+
25
+
The option "python_interpreter" can be set in the projects settings (Project->Edit Project). Example:
0 commit comments