[Sublime Text 2] Solution for Package Control: Install Packages Not Working

Tadashi Shigeoka ·  Tue, January 29, 2013

I ran into an issue where Package Control: Install Packages wasn’t working in Sublime Text 2, but I was able to solve it successfully.

Since restarting Sublime Text or the PC didn’t work, I deleted all the configuration files.

Just run the following command to completely remove Sublime Text 2’s configuration files:

% rm -rf ~/Library/Application\\ Support/Sublime\\ Text\\ 2/ 

Of course, all settings will be deleted, so you’ll need to redo personal customizations and package installations.

That’s all from the Gemba.