ubuntu anaconda換源常見問題

2021-10-21 07:16:00 字數 483 閱讀 7955

一、anaconda換源

sudo gedit ~/.condarc 開啟.condarc檔案新增中科大源

channels:

- - default

show_channel_urls: true

2.可以將其中的預設源刪除

channels:

- show_channel_urls:true

二、sudo gedit ~/.condarc 和gedit ~/.condarc的區別

sudo gedit ~/.condarc就是管理員開啟/.condarc檔案可讀可寫

而gedit ~/.condarc就是使用者開啟/.condarc檔案只能讀不能寫

sudo -i進入root賬戶裡面的/.condarc檔案和使用者/.condarc檔案不同,不要混淆兩者。

Ubuntu anaconda裝虛擬環境

如果使用anaconda裝了python2 python3 的環境,由於專案需求需要裝python3 python2 的環境,就可以配置虛擬環境解決這個問題,一條命令就可以轉換環境。建立python虛擬環境 conda create n your env name python x.x 2.7 3....

vue 換一換功能

但我們在實際應用過程中,也會出現資料不足30條的情況,就要另外處理啦 cilckchangeit else if this.lengthident 6 else if this.currentpage 5 this.init 其中init方法就是重新查資料的方法,lengthident 為從後台介面...

conda install 換源 conda換源

windows下 1.conda源更換為清華源anaconda 是乙個用於科學計算的 python 發行版,支援 linux,mac,windows,包含了眾多流行的科學計算 資料分析的 python 包。清華大學開源軟體映象站 windows 使用者無法直接建立名為 condarc 的檔案,可先執...