Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在MacOS下完整安裝miniconda的方式 #1

Open
joshhu opened this issue May 14, 2024 · 0 comments
Open

在MacOS下完整安裝miniconda的方式 #1

joshhu opened this issue May 14, 2024 · 0 comments

Comments

@joshhu
Copy link
Owner

joshhu commented May 14, 2024

下載對應版本的Miniconda

  1. 開啟「Safari」或「Chrome」瀏覽器,進入這個網頁(https://anaconda.com/download)
    image

  2. 輸入電子郵件並按下「Submit」,如果之前輸入後會直接跳轉到(https://anaconda.com/download/success),往下滑動到miniconda的部分選擇這個
    image

  3. 通常下載後會放在「下載項目」的資料夾中
    image
    image

將此檔案設定成可執行

  1. 開啟一個「終端機」應用程式
    image

  2. 在「終端機」應用程式中,輸入下列指令:

cd Downloads

image
此時就會進入Downloads這個資料夾中,就是「下載項目」資料夾

  1. 先輸入ls來確定剛才下載的程式是不是在這個資料夾。中間如果有出現是否允許的詢問,按「允許」。之後會列出剛才下載的檔案名稱。
    image
    image

  2. 在「終端機」視窗中,輸入下列指令,這個指令是讓這個檔案變成可執行檔。

chmod +x <剛才下載的檔名>

舉例來說,這邊就是輸入:

chmod +x Miniconda3-latest-MacOSX-x86_64.sh

在輸入時,不需要自己打檔名,你可以在輸入完chmod +x 之後,直接按Tab鍵,就會自動跳出這個檔名。按下Enter
image

  1. 如果沒有任何錯誤訊息,即表示設定完成

執行程式安裝miniconda

  1. 在同一個終端機視窗中,輸入下列指令:
./ Miniconda3-latest-MacOSX-x86_64.sh

上面要換成你自己的下載檔名
image

  1. 此時會出現下圖,按下Enter
    image

  2. 此時會出現下圖,按Space直到出現最下圖為止。出現最下圖之後,輸入yes並按下Enter
    image
    image

  3. 出現下圖,按Enter。會開始安裝
    image
    image

  4. 出現下圖時,輸入yes並按下Enter
    image

  5. 安裝完會出現下圖
    image

  6. 此時將終端機視窗關閉。

驗證安裝是否成功

  1. 重新開啟「終端機」視窗
    image

  2. 在「終端機」視窗中,輸入conda --version。如果前面有出現(base),並且沒有錯誤訊息,且印出conda的版本,表示安裝成功。
    image

注意

如果沒確定之前有沒有安裝成功,可以用同樣的檔案在「終端機」下重新安裝,只要安裝時加下-u選項即可

./ Miniconda3-latest-MacOSX-x86_64.sh -u

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant