Nov. 15, 2019
6:45 p.m.
On 15 Nov 2019, at 18:10, AndrewBlack <apblack@pdx.edu> wrote:
$ open Pharo.image
Pharo runs, and so does Iceberg, but the image that it's running is my broken Pharo launcher image, not the new one that was just downloaded, and the VM running it is a 32-bit VM, because MacOS warns me that it is out of date, and that it won't keep working for much longer.
So clearly Zeroconf is not, and I have issues with broken bits of old Pharos on this particular computer, but I'm no closer to figuring out how to actually run Pharo again.
Try: $ ./pharo-ui Pharo.image Unless you did not yet download the VM. You can download both using $ curl get.pharo.org/64/70+vm | bash on macOS and Linux Sven