Windows下pip換成清華源
1、進入C盤下使用者的資料夾 ,如下圖:
2、新建一個pip資料夾,在該資料夾下新建一個名字為pip的配置檔案,檔案內容如下:
[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn
3.儲存將檔案為ini格式,如下圖:
4.進入終端,輸入pip install 你想安裝包的名稱,此處我以tensorflow為例:
5、參考博文
參考博文:https://blog.csdn.net/zhangjunp3/article/details/88310359
相關文章
- pip 清華源安裝
- Pip源設定(使用清華源)
- pip 換成國內阿里映象源阿里
- pip 換源
- pip安裝如何新增清華源
- Python pip設定為清華源Python
- pip更換映象源
- Python pip換源Python
- pip/pip3更換國內源
- Python 包管理 pip 安裝使用清華源Python
- pip更換資料來源
- pip 配置與更換映象源
- ubuntu更換安裝源和pip映象源Ubuntu
- 【二】pip換源以及PyCharm的功能PyCharm
- 【PY】更換 pip 源到國內映象
- [PY] 更換 pip 源到國內映象
- Ubuntu apt-get和pip源更換Ubuntuapt-get
- windows下使用nvm,以及切換nvm下載源Windows
- Windows手動新增python、pip環境變數及修改pip源WindowsPython變數
- windows下安裝pip,強制升級pip,安裝tensorflowWindows
- debian12 更換國內清華源
- Ubuntu apt-get和pip國內源更換Ubuntuapt-get
- pip源修改
- 更新pip源/anaconda源
- Windows10下pip的配置檔案設定Windows
- windows7環境下使用pip安裝MySQLdbWindowsMySql
- windows下pip install xx 遇到的 ConnectionResetError問題WindowsError
- Windows下Python安裝併為pip配置阿里映象WindowsPython阿里
- Windows下pip安裝scipy報錯no lapack/blas resources foundWindows
- anaconda pip 安裝速度慢,更換阿里雲源阿里
- Python pip 源配置Python
- pip安裝源配置
- pip 映象源設定
- pip 的國內映象源來加速包的下載
- Ubuntu18.04更換國內源(阿里,網易,中科大,清華等源)Ubuntu阿里
- pip換源和製作虛擬環境操作步驟講解
- 記錄一次pip安裝不了包(換源也不得行)
- windows中安裝pip工具Windows