diff --git a/configs/cli.js b/configs/cli.js index b7a89147..df7dbe6f 100644 --- a/configs/cli.js +++ b/configs/cli.js @@ -69,6 +69,9 @@ return [ "./c9.ide.installer/commands/centos", "./c9.ide.installer/commands/bash", "./c9.ide.installer/commands/npm", + "./c9.ide.installer/commands/pip", + "./c9.ide.installer/commands/gem", + "./c9.ide.installer/commands/zip", "./c9.ide.installer/commands/symlink", { packagePath: "./c9.ide.installer/commands/tar.gz", diff --git a/configs/client-default.js b/configs/client-default.js index 39874673..c40b349b 100644 --- a/configs/client-default.js +++ b/configs/client-default.js @@ -525,6 +525,9 @@ module.exports = function(options) { "plugins/c9.ide.installer/commands/centos", "plugins/c9.ide.installer/commands/bash", "plugins/c9.ide.installer/commands/npm", + "plugins/c9.ide.installer/commands/pip", + "plugins/c9.ide.installer/commands/gem", + "plugins/c9.ide.installer/commands/zip", "plugins/c9.ide.installer/commands/symlink", { packagePath: "plugins/c9.ide.installer/commands/tar.gz", diff --git a/package.json b/package.json index 723e5a1a..dc29ffa0 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "c9.ide.help.support": "#60e88f5680", "c9.ide.imgeditor": "#08bbc53578", "c9.ide.immediate": "#6845a93705", - "c9.ide.installer": "#13d1bd28e4", + "c9.ide.installer": "#d5c8b8f9c1", "c9.ide.mount": "#32e79866ee", "c9.ide.navigate": "#64156c7f4a", "c9.ide.newresource": "#f1f0624768",