Skip to content
Snippets Groups Projects
Commit 090ac45b authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[bootstrap] Add note about subprocess use of "conda" command

parent fd238ed2
No related branches found
No related tags found
No related merge requests found
Pipeline #25734 passed
......@@ -98,6 +98,7 @@ def bootstrap(name, recipe_dir, python, overwrite, condarc, config, dry_run):
if not os.path.exists(recipe_dir):
raise RuntimeError("The directory %s does not exist" % recipe_dir)
# this is not used to conda-build, just to create the final environment
conda = os.environ.get('CONDA_EXE')
if conda is None:
raise RuntimeError("Cannot find `conda' executable (${CONDA_EXEC}) - " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment