def get_builtin_pkg_path(): base_path = os.path.dirname(sublime.executable_path()) ret = os.path.join(base_path, 'Packages') return ret