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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ I also added a lot caching throughout the underlying Rope library which improved
14
14
Configuration
15
15
-------------
16
16
17
+
## Python location
18
+
17
19
The only necessary configuration is pointing SublimePythonIDE at the correct Python interpreter to use.
18
20
There are four mechanisms for detecting Python that are used in the following order:
19
21
@@ -40,6 +42,13 @@ The option "python_interpreter" can be set in the projects settings (Project->Ed
40
42
41
43
This is also the way to select a virtualenv (point it to the interpreter in the venv) and thus get the completions/definitions for you project working.
42
44
45
+
To suppress the "Could not find Python dialog", save the following setting:
46
+
47
+
"suppress_python_not_found_error": false,
48
+
49
+
50
+
## Imports location
51
+
43
52
SublimePythonIDE will also look up imports relative to the project root directory (the top directory of your project).
44
53
45
54
In cases where the project directory is outside of your root python module, you may optionally set a custom source root directory in the project settings:
0 commit comments