Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 950
Sn3akyP3t3 Avatar asked Sep 18 '12 04:09

Sn3akyP3t3


People also ask

Where are sublime packages installed in Ubuntu?

Most of the packages you will install will be placed in ~/. config/sublime- text-3/Packages/User , where Sublime Text can detect them. You can also get to this folder by selecting Preferences > Browse Packages... (or Sublime Text > Preferences > Browse Packages... on Mac).

Where are Sublime Text settings stored?

In general, you should place your settings in Packages/User/Preferences. sublime-settings. If you want to specify settings for a certain file type, for example, Python, you should place them in Packages/User/Python. sublime-settings.

How do I set Sublime Text to default settings?

Open the Sublime Text default settings file: Mac OS X: Sublime Text 2 > Preferences > Settings - Default. Windows: Preferences > Settings - Default. Linux: Preferences > Settings - Default.

Is Sublime Text 2 free?

Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use.


1 Answers

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

like image 96
Riccardo Marotti Avatar answered Sep 19 '22 15:09

Riccardo Marotti