You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this option should be defined just in the global scope.
we need to investigate it later if we would like to have it for group and target scope as well.
for now, we don't need to implement source, but it would be nice to have that, so it could create an environment in the case it doesn't exist.
The text was updated successfully, but these errors were encountered:
It doesn't work, gives no such file or directory error, when try to activate the environment.
I think because that's the the place for filepath not for the shell command.
I see . but that is the general idea ... you can try different things there
this is the page for the sh library https://github.com/amoffat/sh
so maybe instead of self.shell_app .. it could be something like (for example)
We need to add support for conda environment activation that will activate the environment beforehand before executing the environment.
for now, let's just support conda.
this option should be defined just in the global scope.
we need to investigate it later if we would like to have it for group and target scope as well.
for now, we don't need to implement
source
, but it would be nice to have that, so it could create an environment in the case it doesn't exist.The text was updated successfully, but these errors were encountered: