[Tutor] Moving a conda environment to an off-line computer
Mats Wichmann
mats at wichmann.us
Sat Dec 1 15:04:17 EST 2018
On 12/1/18 12:20 PM, Alan Gauld via Tutor wrote:
> On 01/12/2018 11:41, Henrique Castro wrote:
>> Thank you guys, I'll try to contact the Conda community.
>
>
>> Alan Gauld, good to know. I suggest that you try to spread the news
>
> I only meant that because it was Fedora (rather than a bespoke
> Linux build) that you should find a binary package someplace.
> You still need to figure out how to install it on your cluster,
> but that's still much easier than building everything from scratch.
>
>
yes, fedora has an anaconda package. but since anaconda itself is a
kind of package manager, the interesting thing is getting it to install
the stuff you want, and that stuff is not going to come from Fedora
packages, even if there may in fact be packages of the things you want
to install - the fedpkgs wouldn't put stuff in the places anaconda will
expect.
conda caches packages it has downloaded. I don't know exactly where,
but I think it will tell you if you ask it to dump its full
configuration. if you replicate the cache directory from a test machine
which is internet-connected over to the cluster, it seems likely
installs from inside conda will then work. hopefully :)
More information about the Tutor
mailing list