Discussion:
[conda] how to invoke two different conda env for the same bash pipeline from bash script
bala krish
2018-04-26 07:57:08 UTC
Permalink
Hi,

I am developing a pipeline in which i face a issue that i need to use env1
for upstream of pipeline and env2 for downstream of pipeline. So, i created
two conda environments (env1 and env2).

Before i start the pipeline, i can start with "source activate env1" and
then start my pipeline with ./Pipeline.sh

However, the line inside my script Pipeline.sh "source activate env2" does
not activate env2 conda environment for some reason and i need this to be
done right after the upstream of pipeline.

Any help to solve this issue is greatly appreciated!

Bala
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/1f6e91f5-aad9-4e64-a691-b073d9317463%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...