Last active
October 6, 2024 19:18
-
-
Save moomerman/4674060 to your computer and use it in GitHub Desktop.
This file contains 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 |
Thanks a lot.
It works well in my mac.(El Capitan)
@wbond the site (https://packagecontrol.io/installation) is dead.
@wbond Impossible to reach https://packagecontrol.io/ .... So, impossible to get the code to install Package Control.
@wbond I see the followin errors in console when try to install Package Control from Sublime Text 3:
Error installing Package Control: HTTPS error encountered, falling back to HTTP - <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it>
Error installing Package Control: HTTP error encountered, giving up - <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it>
error: An error occurred installing Package Control
Please check the Console for details
Visit https://packagecontrol.io/installation for manual instructions
Site https://packagecontrol.io/installation is dead.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it works for me too.. thanks!