I'm trying to follow the steps at https://conda.github.io/conda-pack/index.html?highlight=conda%20unpack to pack & unpack a conda env.
However, I don't see the conda-unpack
script. Where should it be located?
I'm trying to follow the steps at https://conda.github.io/conda-pack/index.html?highlight=conda%20unpack to pack & unpack a conda env.
However, I don't see the conda-unpack
script. Where should it be located?
The conda-unpack
script is in the .tar.gz
that you have created with conda-pack
. It is located in the Scripts
folder of the extracted environment. It should therefore be available after unpacking and activating the environment.