So, I create a conda env the usual way, but with a slight difference. I copy some extra folders to the env root so I can have them packed.
After packing to tar.gz they are there, but when unpacking and activating, it does not point to the right python executable. any ideas?
╭─ ~/Downloads
╰─ mkdir -p my_env
╭─ ~/Downloads
╰─ tar -xzf my_env.tar.gz -C my_env
╭─ ~/Downloads
╰─ source my_env/bin/activate
╭─ ~/Downloads my_env
╰─ which python
/usr/bin/python