Last active
December 21, 2015 06:09
-
-
Save yize/6262275 to your computer and use it in GitHub Desktop.
Install Package Control for Sublime Text 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/ | |
git clone git://github.com/wbond/sublime_package_control.git Package\ Control | |
cd Package\ Control | |
git checkout python3 | |
# restart Sublime Text 3 and you should have Package Control working |
Author
yize
commented
Aug 18, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment