Skip to content

Instantly share code, notes, and snippets.

@moomerman
Last active February 6, 2023 05:08
Show Gist options
  • Star 50 You must be signed in to star a gist
  • Fork 15 You must be signed in to fork a gist
  • Save moomerman/4674060 to your computer and use it in GitHub Desktop.
Save moomerman/4674060 to your computer and use it in GitHub Desktop.
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
@ahmad-sa3d
Copy link

Thanks it works perfectly

@wbond
Copy link

wbond commented Dec 27, 2014

Just so people know, these instructions are out-of-date. ST3 support was added to the stable release over a year ago, and the branch referenced here no longer even exists. I also highly recommend not checking out with git unless you are prepared to help debug development work. Almost all users should just follow the instructions at:

https://packagecontrol.io/installation

@bytebrain
Copy link

That link is dead? The whole domain is dead?

@silverlight513
Copy link

This worked great for me. Thanks!

@zakfisher
Copy link

Just what I needed, thanks!

@teknosains
Copy link

@mystroken
Copy link

mystroken commented Jun 24, 2016

it works for me too.. thanks!

@bemoregt
Copy link

Thanks a lot.

It works well in my mac.(El Capitan)

@kirkstrobeck
Copy link

@Alexandre-cibot
Copy link

Alexandre-cibot commented Sep 4, 2016

@wbond Impossible to reach https://packagecontrol.io/ .... So, impossible to get the code to install Package Control.

@dalex01
Copy link

dalex01 commented Nov 12, 2016

@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