From c53c9f575b4178c6e28232dae3366fc150efcf68 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 15 Feb 2024 17:34:50 -0800 Subject: [PATCH] automamba: update readme --- automamba/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/automamba/README.md b/automamba/README.md index 34edd36..71ca0c3 100644 --- a/automamba/README.md +++ b/automamba/README.md @@ -1,5 +1,11 @@ -works on Windows and Linux, however Linux does not -automatically acquire a compiler like Windows does (not yet at least!). +this script works on both Windows and Linux, however i have yet to add +the feature to automatically acquire a compiler on Linux (Windows gets MSVC). + +also note that this script only works on x86\_64 systems, +and when it comes to Linux, it won't run on musl-based OSes +(you should have `/lib64/ld-linux-x86-64.so.2` on your disk) +-- sorry, Alpine users! +this is limitation is largely imposed by the conda ecosystem. if you want to change the packages installed by default, you'll need to edit the `main_packages` and `pypi_packages`