Miniconda下載與安裝 繼上集我們處理完Shell後,我們來安裝Miniconda,那為什麼是Miniconda而非Anaconda呢? 因為Anaconda相對肥大,其實大多時候不會需要那麼多東西,有需要再裝就好。 首先,我們先到 官網 下載Miniconda,或直接使用指令: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh 接著安裝。請一直點任意鍵,然後yes,然後確認安裝位置即可: bash ./Miniconda3-latest-Linux-x86_64.sh // 安裝完可以把他刪了 rm ./Miniconda3-latest-Linux-x86_64.sh 接下來還要編輯zshrc: 為什麼會看到廣告 vim ~/.zshrc //請在zshrc中加入以下這行(vim小提醒:i插入,:wq存檔退出),路徑有變更請自行改動 export PATH="$HOME/miniconda3/bin":$PATH
文章
顯示從 1月, 2024 起發佈的文章
sb cms create docker process
- 取得連結
- X
- 電子郵件
- 其他應用程式
https://pythonlinuxmac.blogspot.com/2022/07/docker-install-lxde-desktop-and-setup.html https://pythonlinuxmac.blogspot.com/2022/07/lxde-vnc-novnc-dockerfile.html docker build -t sbcms . --no-cache https://pythonlinuxmac.blogspot.com/2023/04/create-techdesignism-novnc-container.html apt-get install --no-install-recommends lxde https://pythonlinuxmac.blogspot.com/2022/07/apt-get-clean-clean-apt-cache-for.html