python – Do I need to have a separate installation of conda for each server with a different Centos version?
I would like to use my conda environment on different machines that all access the same file system. Currently, I have conda installed on this file system and I have created an environment on one of the machines which runs Centos 7. When I try to activate my environment on a machine running Centos 6 I receive an error (version `GLIBC_2.17′ not found). Is it safe to create a new conda environment on this Centos 6 machine, or is it best to have a separate install of conda entirely to avoid these errors?
Read more here: Source link