Sublime Forum

Where is my Python build system file on Mac?

#1

Hello I’ve just downloaded Sublime Text 3 again on my mac since I haven’t used it in a while and I’ve noticed that my user folder is empty? I’m looking to edit my build system for python. I’ve noticed that there is a python file in my cache folder library > application support > sublime text 3 > cache but there is no build file in it to edit. Help?

0 Likes

#2

You should install https://packagecontrol.io/packages/PackageResourceViewer (and https://packagecontrol.io/packages/OverrideAudit) and then:

  1. Open Command Palette
  2. Type PRV: O and select PackageResourceViewer: Open Resource
  3. Select Python
  4. Select Python.sublime-build
2 Likes

#3

Thanks I got it working now.

0 Likes