Discussion:
[conda] Conda environment to use hive transform function
Адель Томилова
2018-07-18 09:24:41 UTC
Permalink
Hi,
my issue is about wrapping up the whole conda environment with python
interpreter to be able to activate it later via bash script and launch
python script to process hive table with TRANSFORM mechanism. There is an
example how to do it with virtualenv:
http://blog.iamghost.kr/post/91329784133/hive-python-virtualenv. First of
all, is it possible to activate conda env without miniconda installed?
Secondly, I see on my local machine that when I copy environment from
~/miniconda/envs to other place everything is OK while initial environment
is on its place (all the files from environment lib folder look at the
initial installation place).
Is there any workaround about the case I described? For example, I can try
to replace all the paths pointing to the initial installation, but I
suppose it's not everything that should be done. Thanks in advance.
--
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/56764afc-2092-4c10-954f-42e4acac3d91%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
'Chris Barker - NOAA Federal' via conda - Public
2018-07-18 15:12:47 UTC
Permalink
You may be able to use conda execute:

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

-CHB

Sent from my iPhone

On Jul 18, 2018, at 2:24 AM, АЎель ТПЌОлПва <***@gmail.com> wrote:

Hi,
my issue is about wrapping up the whole conda environment with python
interpreter to be able to activate it later via bash script and launch
python script to process hive table with TRANSFORM mechanism. There is an
example how to do it with virtualenv:
http://blog.iamghost.kr/post/91329784133/hive-python-virtualenv. First of
all, is it possible to activate conda env without miniconda installed?
Secondly, I see on my local machine that when I copy environment from
~/miniconda/envs to other place everything is OK while initial environment
is on its place (all the files from environment lib folder look at the
initial installation place).
Is there any workaround about the case I described? For example, I can try
to replace all the paths pointing to the initial installation, but I
suppose it's not everything that should be done. Thanks in advance.
--
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/56764afc-2092-4c10-954f-42e4acac3d91%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/56764afc-2092-4c10-954f-42e4acac3d91%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
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/CALGmxEKpHkTVmvwys0K01zLVG83w7bLXP_PZmB%2BR78QSG8GiAA%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...