Re: [managing multiple Ruby installations]

2022-12-23 Thread akierig
Maxim: in this instance I’d suggest `rbenv` and `rbenv install` (best installed directly) here: https://github.com/rbenv/rbenv. if you want to stick with macports’ ruby, `sudo port select ruby` will switch versions systemwide. `rbenv`, however, can use different rubies per folder and will ma

Re: WACZ (Web Archive Collection Zipped) software

2023-03-27 Thread akierig
On 2023-03-27 (KW 13) at 16:07:45 (-0500) Eric Gallager via macports-users wrote: So, the Internet Archive has recently added an "Email me a WACZ file with the results" option to their "Save Page Now" service in the Wayback Machine, so I tried that out and got some WACZ files, although now I do

Re: Should I install Anaconda (or miniconda) Python?

2023-04-28 Thread akierig
Hi Tao: As a Librarian who sometimes helps with workshops like these I am really happy to see you asking about this. It would probably conflict but there are workarounds! My suggestion would be to install it but remove it from your `PATH` (in your `.bashrc` or similar). On the day of the wo

Re: zig compiler

2023-05-02 Thread akierig
On 2023-05-02 at 15:04 (-0500) ppadil...@gmail.com wrote: I cannot build the zig compiler (see below). Wondering if anyone else has this problem and should I then submit a trac ticket. What kind of mac is it? Intel or Apple Silicon? The current MP zig is only working for Intel macs because th

Re: zig compiler

2023-05-02 Thread akierig
On 2023-05-02 at 15:25 (-0500) akierig wrote: On 2023-05-02 at 15:04 (-0500) ppadil...@gmail.com wrote: I cannot build the zig compiler (see below). Wondering if anyone else has this problem and should I then submit a trac ticket. What kind of mac is it? Intel or Apple Silicon? The current

Re: NCDU Fails b/c Zig

2023-12-11 Thread akierig
On 2023-12-09 (KW 49) at 17:57:51 (-0600) Curtis Matz wrote: I have a M3 iMac and wondering if there was a workaround on fixing Zig so I can install ncdu? FWIW, `ncdu1` is the port for the version of `ncdu` written in C and fully functional on Apple Silicon et al. best, ak