constructor
constructor copied to clipboard
how do those installers interact with python and conda environments?
I like the idea but will those for example appear in vscode interpreters? Or is it like an actual package that is self contained
This the project powering your Miniconda/Miniforge installers. So it will look like one more conda installation. I am not sure but I think VS Code knows how to find them too (I've seen them in my machine while doing some local tests).
I can confirm that an installer built with constructor will create a conda environment which is found by VSCode (at least on Windows).
Tip (on Windows): Make sure no other Python/Conda environments are in your PATH environmental variable, because this easily creates a dependency mess with the wrong .dll files loading.
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!