We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The method get_env_directory on line 457 should be calling the conda directly instead of by calling subprocess.
get_env_directory
subprocess
Maybe add a method _call_conda_info similar to the already created _call_conda
_call_conda_info
_call_conda
The text was updated successfully, but these errors were encountered:
prusse-martin
Successfully merging a pull request may close this issue.
The method
get_env_directory
on line 457 should be calling the conda directly instead of by callingsubprocess
.Maybe add a method
_call_conda_info
similar to the already created_call_conda
The text was updated successfully, but these errors were encountered: