2021年5月7日金曜日

M1 Mac がやってきた(ソフトウェア設定編(3))

brewでecho-sdをインストールする.これ,地味によく使うんだよなあ.

mac5:~ iiojun$ brew tap fumiyas/echo-sd

mac5:iiojun$ brew install echo-sd

mac5:iiojun$ echo-sd

_人人人人人人_

> 突然の死 <

 ̄Y^Y^Y^Y^Y^Y^ ̄

mac5:iiojun$ 

やったー.あとは,大学ライセンスのMS-Officeを入れた.これは,まあ,仕方がない.

続いて,brewでRをインストールする.

mac5:iiojun$ brew install R

(略)

mac5:iiojun$ R --version

R version 4.0.5 (2021-03-31) -- "Shake and Throw"

Copyright (C) 2021 The R Foundation for Statistical Computing

Platform: aarch64-apple-darwin20.3.0 (64-bit)


R is free software and comes with ABSOLUTELY NO WARRANTY.

You are welcome to redistribute it under the terms of the

GNU General Public License versions 2 or 3.

For more information about these matters see

https://www.gnu.org/licenses/.


mac5:~ iiojun$ 

よきよき.

ところで,当初brewでRをインストールしようとしたら,途中でインストーラがRosetta 2を要求し,結果としてエラーになった.どうもbrew install --cask Rとやったのがいかんかったらしい.

Rstudioをインストールしようとしてその原因が判明(次図).Rstudioを使えるようにするためには,もう少し時間が必要そうだということか.


おまけ

ついでに,brewでImageMagickをインストールする.依存関係のせいでいろんなもんが大量にインスコされた.

mac5:iiojun$ brew install imagemagick

(略)

mac5:~ iiojun$ convert --version

Version: ImageMagick 7.0.11-12 Q16 arm 2021-05-09 https://imagemagick.org

Copyright: (C) 1999-2021 ImageMagick Studio LLC

License: https://imagemagick.org/script/license.php

Features: Cipher DPC HDRI Modules OpenMP(5.0) 

Delegates (built-in): bzlib freetype gslib heic jng jp2 jpeg lcms lqr ltdl lzma openexr png ps tiff webp xml zlib

mac5:~ iiojun$

OK.今日はここまで!

0 件のコメント:

コメントを投稿