How To install Package Control in Sublime Text

seen from Malaysia
seen from Germany
seen from China
seen from United States
seen from Netherlands

seen from Malaysia

seen from Singapore
seen from Indonesia

seen from Malaysia
seen from United States
seen from China
seen from Malaysia
seen from Romania
seen from China

seen from United States
seen from China
seen from United States
seen from United Kingdom

seen from United States
seen from China
How To install Package Control in Sublime Text

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Sublime Text 3 and locale error
So i ran into an error setting up package control in Sublime text 3 and something along the lines of " cannot install package manager because language not set to " <code>LANG=en.usf-8 </code> what you basically have to do is just do the command <code> Sudo locale-gen en.usf-8</code> and it will fix the problem most likely.
IF THAT DOESNT WORK.
edit ~/.profile and ~/.bashrc and add the lines
export LANG="en_US.UTF-8"
and that should definitely do it
Sublime Text 3 portable version install
Download file from link below - make sure it's portable version
http://www.sublimetext.com/3
Installing package control - Select Preferences -> Browse Packages and make note of where that folder is.
Now open up a terminal and navigate to that directory. Follow instructions found here http://wbond.net/sublime_packages/package_control/installation
Close Sublime and then re-open.
You should now be able to hit ctrl + shift + p and then type PI which will bring up Package Install in the menu. If this doesn't come up re-check the steps found in package control installation.
Please note that some packages are not compatible with Sublime Text 3 yet, so pay close attention to the docs for that specific package, and as always Google is your friend on any weird errors you may be seeing.
Sublime Text Editor Package Error
If you've uninstalled a package in Sublime Text Editor and you receive an error every time you start Sublime Text Editor stating:
Package Control: the package specified, [[package name]], is not available.
This is because the reference to the package may not have been removed from your Package Control User Settings file. This is fairly easy to do:
Open Sublime Text Editor
Click on 'Preferences' > 'Package Settings' > 'Package Control' > 'Package Control.sublime-settings'
Remove the offending reference in the 'installed_packages' array
Save the file
All done.
weLaika for Sublime Text 2
We know that a lot of developers use daily Sublime Text 2 so we have decided to contribute at their, and our, workflow with two packages.
This two packages are dedicated to autocompletations, so useful coding your web projects.
The first is Wordless oriented and help you to put all the helpers in project.
You can download and contribute it on github github.com/welaika/Sublime-Text-2-Wordless also you can download it directly via Package Control into Sublime Text.
The second is compass oriented and help you to put all the compass and blueprint mixins in your sass project, you can download and contribute it on github github.com/welaika/Sublime-Text-2-Compass-Mixins.
So, good coding!

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Speed up your Web Dev with Sublime 2: Install packages
Get more from Sublime 2 with Package Control. And, manage features with it.
Open you Sublime 2, Press [Ctrl + ~] to open a Command window below.
Paste in following py code and press Enter.
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'
Restart the application once you get the message.
Now, you can access Package Control from Windows > Preferences.
You can install Zen Coding and others from Install Packages option.
Bonne Nuit
Plugin: 安裝 Package Control
要安裝 Sublime Text 2/3 的 plugins 最方便的方式就是先安裝 Package Control
Sublime Package Control
Installation is through the Sublime Text 2 console. This is accessed via the ctrl+` shortcut. Once open, paste the following command into the console:
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'
This command creates the Installed Packages folder for you (if necessary), and then downloads the Package Control.sublime-package into it.
*http://wbond.net/sublime_packages/package_control/installation