mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
94970ed3d0
* fix(conda) condas >=23.11 require a conda-solver package that's only available in conda (so pip fails to find it). this uses miniconda to install conda into our venv. and it seems to work! closes #3897 closes #5072 * haha. well, let's use the correct platform-specific installer. |
||
---|---|---|
.. | ||
context.py.diff | ||
package.yml | ||
README.md |
fit & finish
-
pkgs are installed to
~/.conda/pkgs
-
conda init
is called during pkging so thatconda
will work without forcing you to install its shell hooks.obv. you still need these shell hooks for
conda
’s environment system to work, see the #tips section.
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: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