Macの資料

Page content

zoomのインストール

まずはzoomの公式ページにアクセスします This is a image

ダウンローダーを開きましょう This is a image

続けるをクリックしてください This is a image

このコンピューターの全てのユーザ用にインストールを選択してください This is a image

インストールをクリック This is a image

macのユーザーネームとパスワードを入れて This is a image

完了です。 This is a image

インストーラーはゴミ箱に入れましょう
This is a image


mattermostのインストール及び設定

Mattermostとは?

学内などでのコミュニケーションを行うツールです。
先輩に気軽に質問することができるので便利
RSS(News-ie)の更新通知が届きます。

まず公式ページにアクセスします。 下にスクロールして赤枠のボタンをクリックします。 This is a image

ダウンロードが完了するのを待って右上の「dmgファイル」をクリックします。 This is a image

左側のアイコンを右側のアイコンにドラッグ&ドロップ This is a image

下側のアイコンからLaunchpadをクリック This is a image

mattermostをクリック This is a image

「開く」をクリック This is a image

Server Display Nameに「ie-ryukyu」
Server URLに「https://mattermost.ie.u-ryukyu.ac.jp」
上記画像の通り入力して「add」をクリック
This is a image

追加された「ie-ryukyu」の欄をクリック This is a image

「GitLab」をクリック This is a image

画像のように自分の学科のアカウントとパスワードを入力 This is a image

「Authorize」をクリック This is a image

「ie-ryukyu」の欄をクリック This is a image

左上の「公開チャンネル」の欄の下の「追加」をクリック(もしくはプラスボタンを押して「チャンネルを閲覧する」を選択する場合もあります) This is a image

「ie-news」を検索して「参加する」をクリック This is a image

同じように「y22」を検索して「参加する」をクリック This is a image

また、「prog」を検索して「参加する」をクリック This is a image


Mailの設定

学科でのmailはGmailに移行を使用しています
まずはGmailにアクセスします
自分の学籍番号@ie.u-ryukyu.ac.jpを入力します This is a image

ホワイトボードに書いてあるパスワードを打ちます This is a image

パスワードを保存するか聞かれますが、次の項目でパスワードを強制的に変えるのでNot Now This is a image

同意して次へ This is a image

総合基盤統括センターから渡された紙に書かれてあるパスワードを打ちます This is a image

パスワードを保存したければ保存しましょう This is a image

次へ This is a image

先程同様、紙に書かれたパスワードを打ちます This is a image

確認して次へ This is a image

Gmailをクリック This is a image

Gmailから二件来てるのを確認しましょう This is a image

Dockからメール.appを開いて、Googleを選択しましょう This is a image

自身のGoogleアカウントのにログインします This is a image

自身のパスワードを入力して次へ This is a image

許可をクリック This is a image

他のアプリで同じGoogleアカウントを使用するか聞かれるのでお好みで選択 This is a image

先程ブラウザでログインした時と同じメールが届いていればMailの設定は完了 This is a image


homebrewのインストール

まず下のDockからターミナルを起動する

ターミナルで下のコマンドをコピペしてEnter
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

一番下にPress Enter to continue or any other key to abortと表示されたらEnterを押す

その後、パスワードを要求されるので自分のPCのパスワードを入力しよう

Installation successful!と表示されたらhomebrewのインストールは成功!


minicondaのインストール

まず公式ダウンロードページにアクセスし,赤線の部分をクリックします This is a image

macOS installersのPython 3.9 Miniconda3 macOS 64-bit bashを選択しダウンロード This is a image

ターミナルを起動し、ダウンロードしたスクリプトを実行 以下は実行例、ファイル名はダウンロードしたファイル名に修正すること zsh ~/Downloads/Miniconda3-py39_4.11.0-MacOSX-x86_64.sh This is a image

インストール時に質問があるので答える
In order to continue the installation process, please review the license agreement.
Please, press ENTER to continue
と表示されるのでENTERキーを押す This is a image

End User License Agreement - Miniconda
ライセンスの中身を確認する画面。問題ないので閉じるために q を入力しよう。 This is a image

Do you accept the license terms? [yes|no]
ライセンスを受け入れるかの確認。yes This is a image

Miniconda3 will now be installed into this location: /Users/e185758/miniconda3
minicondaのインストール先を確認。実行ユーザのホームディレクトリにminiconda3というディレクトリを作成し、そこにインストールするようになっている。このままで良いので、ENTERキーを押そう。 This is a image

Do you wish the installer to initialize Miniconda3 by running conda init? [yes|no]
conda環境初期化を実行することを確認している。yes。 This is a image

condaに追加パッケージのインストール
ターミナル上で以下を実行 conda install numpy matplotlib jupyterlab
途中で Proceed ([y]/n)? と確認されるので、y と入力するか、単にEnterキーを押そう This is a image


vscodeのインストール

まず公式ダウンロードページにアクセスします
赤枠を押すとダウンロードが始まります This is a image

下のようなポップアップが出たらallowを選択 This is a image

Visual Studio Code.appをアプリケーションを管理するフォルダに移動させます
下記のコマンドをターミナル上で叩いてください
mv ~/Downloads/Visual\ Studio\ Code.app /Applications

Dockの右から二番目のvscodeをクリックして起動 This is a image

vscodeは素晴らしいアプリなのでOpen

これがvscodeの画面です
ここからはvscodeの拡張機能の1つ(プログラミング言語、python)をinstallしていきます
赤枠をクリックします

赤線の部分にpythonと入力してPython extension for Visual Studio Codeの赤枠で囲ったinstallをクリックする