Sn3akyP3t3
Sn3akyP3t3

Reputation: 666

Where is the configuration files for sublimeText 2.0.1 on Ubuntu 64 bit 12.04?

I'm trying to change my python version to be /usr/bin/python3 which I would make the change, according to default settings:

// Settings may also be placed in file type specific options files, for
// example, in Packages/Python/Python.sublime-settings for python files.

I simply cannot find the Packages/Python/ or Python.sublime-settings directory or file. Trouble setting Python version in Sublime Text2

I verified a fresh download also lacks this folder structure. Where is the directory and/or file(s) for user defined settings for the Ubuntu 64 bit package?

Upvotes: 12

Views: 20274

Answers (1)

Riccardo Marotti
Riccardo Marotti

Reputation: 20348

Packages/Python/ directory should be located in

~/.config/sublime-text-2/Packages/Python

A tip to find where Packages directory is located: open the Default Settings, from menu Preferences/Settings-Default and look at the full path of the file:

enter image description here

Upvotes: 32

Related Questions