constructor icon indicating copy to clipboard operation
constructor copied to clipboard

how do those installers interact with python and conda environments?

Open inikishev opened this issue 2 years ago • 3 comments

I like the idea but will those for example appear in vscode interpreters? Or is it like an actual package that is self contained

inikishev avatar Feb 09 '23 18:02 inikishev

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).

jaimergp avatar Feb 10 '23 13:02 jaimergp

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.

JoerivanEngelen avatar Mar 21 '23 16:03 JoerivanEngelen

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:

  1. Verify that you can still reproduce the issue at hand
  2. 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!

github-actions[bot] avatar Mar 21 '24 04:03 github-actions[bot]