[FeatureRequest] Automatic generation of basic activate/deactivate scripts
See original GitHub issueFairly often I need to create activate/deactivate scripts to do 2 common things:
- Set an env var
- Add an entry to the path
It would be great if these 2 common requirements could be declaratively specified in the recipe.yaml
and have boa
automatically generate the necessary activate/dectivate scripts
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
ScriptRunner for Jira - Activate and Deactivate users
If you need my help with Drupal, Linux, Jira, Scripting, Automation or want to contact me then raise a ticket for me please...
Read more >Active/inactive flag every single post processing script #7308
Activate them with "Add a script", deactivate them with the X button. They always stay defined. Is there something I'm missing? I don't...
Read more >Set up rules to automatically create or update records ...
Activate or deactivate a rule. For any record creation and update rule to apply to a matching incoming activity, after you add the...
Read more >Fix for PowerShell Script cannot be loaded because running ...
On trying to run a PowerShell script from the PowerShell console, received this error message: “File C:\temp\GenerateRpt.ps1 cannot be loaded ...
Read more >Deactivate an application
Navigate to System Applications > Custom Applications. · Open the application record. · Clear the Active check box and click Update. All associated...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dhirschfeld one approach is https://github.com/mamba-org/multisheller
This has been used in the community, e.g. in this recipe: https://github.com/conda-forge/icub-models-feedstock/blob/main/recipe/activate.msh
Also, I imagine most activate/deactivate scripts only work with
bash
. Automating this process would let you usemultisheller
to ensureconda
packages worked for all shells.