Search code examples
pythonmacossublimetext3default

Make Sublime Text 3 the default editor for Python Files. MAC OSX: El Capitan OS


How do I make sublime text the default text editor for python and other code files.

I've tried using open with and changing the default application, but that does not solve the issue.

[Here is my attempt at solving the issue]


Solution

  • Open the file's "Get Info" pane. (Right click on the file, select "Get Info")

    Once this pane is open, under "Open with:", select Sublime Text, and make sure to select "Change All.." below this option.

    enter image description here