I suggest taking this approach:
I’d add that to your startup.jl
, probably behind a check to make sure you’re on the native version instead of Rosetta (i.e., check Sys.ARCH
).
I suggest taking this approach:
I’d add that to your startup.jl
, probably behind a check to make sure you’re on the native version instead of Rosetta (i.e., check Sys.ARCH
).