Sublime Forum

Sublime Text 2: Trouble Installing Package Control

#1

Every time I paste the Package Control.sublime-package file into the empty Installed Packages folder and restart Sublime Text 2, as the instructions on packagecontrol.io state, it vanishes from the Install Packages folder.

Anyone know what’s going wrong?

Is there another way perhaps to do this? I understand there was a long code to copy and paste into the console, previously.

Thanks for any help!

0 Likes

#2

I don’t think PC supports ST2 any more.

0 Likes

#3

PC 3.4.0 was the last version to support ST2 and ST3 (< 3143) https://github.com/wbond/package_control/blob/master/messages/3.4.0.txt

0 Likes

#4

Let’s say 3.4.x

Support for ST2 is dropped as of PC 4.0


If you place Package Control.sublime-package into Installed Packages please also make sure the corresponding entry exists in User/Package Control.sublime-settings. Otherwise PC vanishes itself as it thinks the package was uninstalled in a previous session.

	"installed_packages":
	[
		"Package Control"
	]
0 Likes