From 090ac45b5a2a0b7932764b3a72af758ddce067f3 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 8 Jan 2019 15:04:56 +0100
Subject: [PATCH] [bootstrap] Add note about subprocess use of "conda" command

---
 bob/devtools/scripts/bootstrap.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bob/devtools/scripts/bootstrap.py b/bob/devtools/scripts/bootstrap.py
index d01cb3f5..f3ba9d3a 100644
--- a/bob/devtools/scripts/bootstrap.py
+++ b/bob/devtools/scripts/bootstrap.py
@@ -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}) - " \
-- 
GitLab