Hi all,

I did some tests installing elasticluster with Anaconda and I thought I
would share it here in case it's of interest for anyone else. I wrote a
simple shell script that will install Anaconda+Elasticluster to your home
folder. The only system dependency is gcc.
https://gist.github.com/pescobar/3da5df9491a207cf0e06a22b28d1c9ee

Personally I find this approach simpler than docker and it works with a
regular non-root account if gcc is installed.

Conda also provides "environments" which are like python's virtualenvs so
it's also easy to have multiple versions of elasticluster in parallel
within the same conda installation and switch from one to another for
testing
https://conda.io/docs/user-guide/tasks/manage-environments.html

You can even do "conda env export" or "conda env create -f environment.yml"
to export/import conda environments with fixed versions similar to what you
can do with "pip freeze"

regards,
Pablo

-- 
You received this message because you are subscribed to the Google Groups 
"elasticluster" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticluster+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to