constructor
constructor copied to clipboard
How to have more clear way to execute tools after installing them?
Checklist
- [X] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
What happened?
After installation, there is no clear way to launch the installed tools (jupyterlab, spyder)
https://github.com/gdsfactory/gdsfactory/blob/master/construct.yaml
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
https://github.com/gdsfactory/gdsfactory/issues/723
You usually provide a conda package that ships a shorcut JSON file for menuinst on Windows (this is what console_shortcut does). Source here.
Docs for menuinst 1.x:
- https://github.com/conda/menuinst/wiki/Menu-Shortcut-Config-Structure
- https://github.com/conda/menuinst/wiki/Menus-in-Conda-Recipes
Thank you Jaime,
how could we have menuinst available on PyPi or conda?
It's on defaults and conda-forge, and it comes preinstalled with conda! Include it in your construct.yaml as one more dependency next to conda if you want to be explicit.
Hi Jaime,
How can we also have menuinst available on Linux and MacOs?
https://github.com/conda/menuinst/issues/109
Hi there, thank you for your contribution!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.
If you would like this issue to remain open please:
- Verify that you can still reproduce the issue at hand
- Comment that the issue is still reproducible and include: - What OS and version you reproduced the issue on - What steps you followed to reproduce the issue
NOTE: If this issue was closed prematurely, please leave a comment.
Thanks!
@joamatab After some time, menuinst v2 should be publicly available and integrated in conda soon. Once conda 23.11 is released, which should have support for menuinst v2, we can add explicit support here in constructor too.