
當我嘗試在 conda 中安裝 GNU-octave 時,
conda install octave
它給了我一個錯誤,
error conda.core.link:_execute(568): an error occurred while uninstalling package 'defaults::python.app-2-py37_9'.
並回滾。在閱讀了一些 GitHub 頁面後,我嘗試刪除 ~/anaconda3/bin 中的 .app 檔案並授予 ~/anaconda3/bin/conda 寫入權限,但都不起作用。