Hacker News new | past | comments | ask | show | jobs | submit login

No conda is for dependencies of your python environment. You need python itself, shell utilities, and some dependencies are dynamically linked. Think package manager for the `--prefix` compilation flag AND `LD_LIBRARY_PATH`



conda can also be used to manage python packages, but its dependency solver is very slow and sometimes completely fails.

Once you have created a conda environment, it is usually much more practical to install packages with pip or mamba.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: