mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
9243322d5b
Refs * https://github.com/teaxyz/pantry/pull/388 * https://github.com/teaxyz/pantry/issues/6
21 lines
438 B
Markdown
21 lines
438 B
Markdown
# fit & finish
|
||
|
||
* pkgs are installed to `~/.conda/pkgs`
|
||
|
||
|
||
# tips
|
||
|
||
* `conda` requires a shell hook to work, however this doesn’t 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
|