Installing conda packages on a computer without internet is somewhat challenging. One common approach is to conda-pack
your environment, transfer the pack, then "unpack" it on the other computer - link.
Here is an alternative way, perhaps easier, to achieve "clean" conda environment installation.
Start with the computer on which you have already installed the environment or you can install it.
packages.wget
to point to the local package copies.The awk script above will convert the http://...
lines in packages.wget
to pkgs/...
i.e.
Transfer the content of the pkgs
folder to the target machine.
On the target machine - create and install the environment.
UPPMAX
, SNIC
, conda
, bianca
, offline