Discussion:
[conda] Background execution in CONDA environment
이호용
2018-08-24 16:29:17 UTC
Permalink
Hi. I'm new in CONDA.


I want to execute a program in the background with Conda environment
because it takes too much time.


I tried "source activate 'OOOO' and command 'nohup OOO.py &' ", but it
doesn't work.


Is there any command or program to run a program in the background with
Conda environment activated?
--
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/dd7d421d-907d-4c8f-9a50-d755bf2a9b23%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
'Chris Barker' via conda - Public
2018-08-24 16:44:30 UTC
Permalink
Post by 이호용
Is there any command or program to run a program in the background with
Conda environment activated?
check out conda execute:

https://github.com/conda-tools/conda-execute

I think it can be installed from conda-forge with:

conda install -c conda-forge conda-execute


-CHB
Post by 이호용
--
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
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/dd7d421d-907d-4c8f-9a50-
d755bf2a9b23%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/dd7d421d-907d-4c8f-9a50-d755bf2a9b23%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

***@noaa.gov
--
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/CALGmxEJ70x37wSS7NiV5ABaryhLz%3DA3Ojf4n%3DXKEJmPm-cXYXw%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...