pantry/projects/conda.org
Jacob Heider 53da7c209e fix(conda)
oops, left python in env
2024-02-01 14:31:31 -05:00
..
context.py.diff +conda (miniconda) (#2683) 2023-07-28 13:01:17 -04:00
package.yml fix(conda) 2024-02-01 14:31:31 -05:00
README.md +mamba deps (#2741) 2023-08-09 11:27:04 -04:00

fit & finish

  • pkgs are installed to ~/.conda/pkgs

  • conda init is called during pkging so that conda will work without forcing you to install its shell hooks.

    obv. you still need these shell hooks for condas environment system to work, see the #tips section.

tips

  • conda requires a shell hook to work, however this doesnt have to be permanent you can call the following in a terminal instead:

    source <(conda shell.$(basename $SHELL) hook)
    

    There is no provided way to unload these hooks

prospects

  • conda could be patched to use tea to install python and potentially other such kinds of dependencies