title: pip 换源
author: 杨晓东
permalink: pip-换源
date: 2021-10-02 11:27:04
categories:
- 投篮
tags:
- demo

pip 换源



"""
阿里云 http://mirrors.aliyun.com/pypi/simple 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple 豆瓣(douban) http://pypi.douban.com/simple 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple 中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple 华中理工大学 http://pypi.hustunique.com 山东理工大学 http://pypi.sdutlinux.org 1、使用时直接 -i 加 url 即可!如下安装: pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple 2、但是可能会出现问题: 解决方法就是在后面加上一段: # or https: pip install jieba -i http://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn """

最新文章

  1. SQLite学习笔记(七)&&事务处理
  2. 聚光灯下的熊猫TV技术架构演进
  3. Programming Entity Framework CodeFirst--数据库约定和配置
  4. SQL 代码创建表格以及CRUD
  5. mysql事件调度器定时删除binlog
  6. JAVA Calendar详解(转)
  7. HDU 3802 Ipad,IPhone
  8. swift优秀学习博客
  9. Android菜鸟的成长笔记(12)——Handler、Loop、MessageQueue
  10. JTAG基础知识
  11. static(静态)关键字
  12. LOJ-10109(欧拉回路)
  13. django中使用memcache的一些注意事项
  14. C#反射、方法调用、自动调用方法、根据按钮名称调用方法、C#按钮权限管理
  15. 【AtCoder】AGC031
  16. Educational Codeforces Round 1
  17. Python之路-函数
  18. 这台计算机上缺少此项目引用的 NuGet 程序包,DotNetCompilerPlatform
  19. leetcode题库解答源码(python3)
  20. windows核心编程

热门文章

  1. Property or method "scope" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components
  2. golang运算符
  3. 函数:3ds max 给选择对象设置轴心点
  4. Django 初步运行过程分析笔记
  5. 其他6-break,continue,exit,return区别
  6. wampServer本地php环境配置笔记
  7. uni-app配置钉钉小程序步骤
  8. FSL--fsleyes建立软连接方法
  9. xh_零基础网站渗透第一部
  10. 002. html篇之《表格》