Sublime Forum

Package Control Install Problem

#1

I have a question regarding Package Control. The documentation states to paste an https:// file but remove the .git extension from the URL; when I do that, the package doesn’t install ?

0 Likes

#2

Are you attempting to install ‘Package Control’ or a package with Package Control?

For Package Control, you only need to follow these instructions, which don’t mention anything of what you said: packagecontrol.io/installation

0 Likes

#3

I want to install a package with Package control :smile:

0 Likes

#4

Can you link the package you want in install with its instructions?

0 Likes

#5

Hi, https://github.com/davidderaedt/CC-Extension-Builder-for-Sublime-Text.

0 Likes

#6

You can not install this package with Package Control (at least not easily), because it bundles binaries.

Just follow the install instructions of the package in that readme. Make your the folder within “Packages” is named “CCExtensions” and that it contains Python files (files with “.py” extension). If it doesn’t you need to resolve the underlying directory.

0 Likes