constructor
constructor copied to clipboard
tool for creating installers from conda packages
As of constructor v3, the installers relies on a bundled version of `conda-standalone` to perform the extraction, linking and post-link tasks of the package installation. Using a full conda executable...
{ info added by @jaimergp; original description was empty } I'll discuss the main points @nsoranzo and I are addressing here. There are two parts: the implementation itself, and then...
redirect post-install, pre-uninstall script output to a logging file The windows text area that has output is too small to show all of the command output. Catching all of the...
### Description Closes #411 ### Checklist - did you ... - [x] Add a file to the `news` directory ([using the template](../blob/main/news/TEMPLATE)) for the next release's release notes? - [...
Hi all, I have constructor 3.1.0 from `conda install -y ctools/label/dev::constructor` and when I try to create a new installer from the environment, I get the following error: ``` ❯❯❯...
All installers will offer the user to initialize conda (all OS) and register Python as default (Windows only). Some applications might be using `conda` behind the scenes but don't want...
`constructor` relies on a frozen version of `conda` named `conda-standalone`. `conda-standalone` is built off two feedstocks: * https://github.com/conda-forge/conda-standalone-feedstock * https://github.com/AnacondaRecipes/conda-standalone-feedstock We will be syncing both to `conda/conda-standalone` soon. `conda-standalone` is...
My `construct.yaml` is as follows ```yaml name: TestPackage version: 0.0.1 channels: - http://repo.anaconda.com/pkgs/main/ environment_file: environment.yml license_file: EULA.txt ``` and the `environment.yml` is as follows ```yaml channels: - conda-forge - defaults...
Hello all, I've made my installer, it used to work, now after updating it with a new version of our internal software I'm getting the error about being unable to...
Fixes https://github.com/ContinuumIO/anaconda-issues/issues/12938 and addresses https://github.com/ContinuumIO/anaconda-issues/issues/12735. On 23 Oct 2020, https://github.com/conda/conda/commit/b4f3210bab7819a9a08e3038276cbb2d2498421c changed the regex pattern used by the [`init_cmd_exe_registry`](https://github.com/conda/conda/blob/ae389d58d67dd8e29952e669c34f1495d034185a/conda/core/initialize.py#L1411-L1470) function in [conda/core/initialize.py](https://github.com/conda/conda/blob/master/conda/core/initialize.py) to configure the conda hook for CMD.exe on Windows:...