pypi清華源
pip config set global.index-url
anaconda安裝
各系統都可以通過修改使用者目錄下的.condarc
檔案:
channels:
- defaults
show_channel_urls: true
channel_alias:
default_channels:
- /pkgs/main
- /pkgs/free
- /pkgs/r
- /pkgs/pro
- /pkgs/msys2
custom_channels:
conda-forge: /cloud
msys2: /cloud
bioconda: /cloud
menpo: /cloud
pytorch: /cloud
******itk: /cloud
windows 使用者無法直接建立名為.condarc
的檔案,可先執行conda config --set show_channel_urls yes
生成該檔案之後再修改。 python 更換pip安裝源
pip源,預設從國外源安裝,安裝速度比較慢.現在我們指定國內源安裝源 阿里源 豆瓣源.ubuntu源,1 指令配置源 pip3 install xlrd i 2 永久配置 pip install bs4 windows 1 開啟檔案資源管理器 3 新建乙個檔案 pip.ini 4 編寫指定的內容即可...
python的pip安裝失敗,更換源
在cmd中輸入set,找到userprofile的位址 一般情況下是使用者的目錄 global timeout 300 index url install trusted host tsinghua.edu.cn其中,可以被以下的任何乙個鏈結代替,然後trusted host直接設定為一級網域名稱即...
Ubuntu 更換 14 04 安裝源
首先備份源列表 sudo cp etc apt sources.list etc apt sources.list backup編輯原始檔 vim etc apt sources.list中國科學技術大學更新伺服器 位於合肥,千兆教育網接入,百兆電信 聯通線路智慧型路由 由中科大linux 使用者協...