Skip to content

Commit

Permalink
Set the User/Anaconda.sublime-settings python interpreter path.
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed May 20, 2017
1 parent cbc9aaa commit 9f6c105
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions Force Rewrite Sublime Settings/Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{ "caption": "Edit Settings...", "command": "edit_selected_preferences" },
{ "caption": "Force Re-Write Sublime Settings", "command": "force_rewrite_sublime_settings" },
{ "caption": "Force Re-Load Sublime Color Scheme", "command": "force_reload_sublime_color_scheme" },
{ "caption": "-" },
{ "caption": "Force Restoring Views Scrolling", "command": "force_restoring_views_scrolling" },
]
},
Expand Down
2 changes: 1 addition & 1 deletion Notepad++ Theme
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ to program on:
1. LaTeX


Its current version is: v1.0.1-380
Its current version is: v1.0.1-381



Expand Down
2 changes: 1 addition & 1 deletion SUBLIME_STUDIO_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1-380
1.0.1-381
8 changes: 4 additions & 4 deletions User/Anaconda.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"python_interpreter": "tcp://my_remote.machine.com:19360"
*/
"python_interpreter": "python",
"python_interpreter": "D:\\User\\Documents\\Python27\\python.exe",

/*
Disable anaconda completion
Expand All @@ -116,8 +116,8 @@
If complete_all_parameters is true, it will add all the possible
parameters, if it's false, it will add only required parameters
*/
"complete_parameters": false,
"complete_all_parameters": false,
"complete_parameters": true,
"complete_all_parameters": true,

/*
If you set the following option as true, anaconda will display the
Expand Down Expand Up @@ -526,7 +526,7 @@
https://github.com/SublimeText/Issues/issues/127
*/
"anaconda_debug": false,
"anaconda_debug": true,

/*
Anaconda test runner related configuration.
Expand Down

0 comments on commit 9f6c105

Please sign in to comment.