首先安裝Sublime Text3的“插件管理”插件package control:
打開sublime后,組合鍵“ctrl+~”調出控制台,將以下代碼粘貼進命令行中並回車:
安裝完畢后重啟sublime text2,輸入Ctrl + Shift + P 然后輸入Install Package
import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())
輸入“jedi”,回車安裝。