Reputation: 666
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
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:
Upvotes: 32