pantry/projects/conda.org/README.md

21 lines
438 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fit & finish
* pkgs are installed to `~/.conda/pkgs`
# tips
* `conda` requires a shell hook to work, however this doesnt have to be
permanent you can call the following in a terminal instead:
```sh
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