


- Installation package control how to#
- Installation package control install#
- Installation package control code#
- Installation package control download#
To open the pallete, press Ctrl+ Shift+ p (Win, Linux) or CMD+ Shift+ p (OSX). 1 Answer Sorted by: 0 I saw an option named 'install package control' in Preferences menu, I have selected this and Sublime Text application have installed Package Control.

Package Control is driven by the Command Pallete.
Installation package control download#
Installation package control install#
If for some reason the console installation instructions do not work for you (such as having a proxy on your network), perform the following steps to manually install Package Control:
Installation package control code#
Once open, paste the appropriate Python code for your version of Sublime Text into the console.Ĭode for Sublime Text 3 import urllib.request,os pf = 'Package Control.sublime-package' ipp = sublime.installed_packages_path() _opener( _opener( ()) ) open(os.path.join(ipp, pf), 'wb').write(( '' + pf.replace(' ','%20')).read())Ĭode for Sublime Text 2 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( '' +pf.replace( ' ','%20' )).read()) print( 'Please restart Sublime Text to finish installation')įor the up-to-date installation code, please check Package Control Installation Guide. The console is accessed via the Ctrl+ ` shortcut or the View > Show Console menu. Installing Package Control Install according to the installation instructions (Manual) on the official site. Git isn't configured properly.The simplest method of installation is through the Sublime Text console. Installation procedure and setting details when using Sublime Texts Package Control in a proxy environment (with authentication) are explained. fatal: unable to auto-detect email address If necessary, set the git_command plugin preference to tell us where to look. Most git installation guides will be happy to walk you through configuring your system $PATH appropriately. You may want to make sure that the git binary this plugin is using is the correct one, if you have multiple ones installed. but the real power comes from the ability to enhance its functionality using Package Control and.

As such, if you have problems with this package, first make sure that git is installed and configured correctly on your system. Sublime Text 3 is a lightweight, cross platform code editor. This package works by running commands as your system git. If you don't want to use Package Control, check the wiki for other installation methods on various platforms.
Installation package control how to#
Who knew, right?įor more information about what's supported, and how to install this, check the wiki.
