mac 下设置 pip 的镜像

在终端进入目录: mkdir ~/

如果没有 .pip 文件夹,那么就要新建这个文件夹,然后在.pip 文件夹内新建一个文件 pip.conf,

编辑 pip.conf 文件,写入

[global]

index-url = http://mirrors.aliyun.com/pypi/simple/

[install]

trusted-host=mirrors.aliyun.com

或者可以使用豆瓣的镜像:

[global]

index-url = http://pypi.douban.com/simple

[install]

trusted-host=pypi.douban.com

这两句是

[install]

trusted-host=pypi.douban.com

pip 7 之后的版本要增加的,不然会出现不信任地址的问题,完成之后就可以正常使用 pip install 的命令来快速下载需要的第三方模块了。

时间: 2024-10-11 17:43:57

mac 下设置 pip 的镜像的相关文章

MAC下安装树莓派的镜像到SD卡中

参照http://shumeipai.nxez.com/2014/05/18/raspberry-pi-under-mac-osx-to-install-raspbian-system.html (/dev/disk1s1是分区,/dev/disk1是块设备,/dev/rdisk1是原始字符设备) mac下在将镜像写入sd卡中出现如下情况dd: invalid number '4m' error, 解决方法来自http://www.raspberrypi.org/documentation/in

Mac 下安装pip

在mac 10.12.6版本下brew install pip 安装失败: 报错: Error: No available formula with the name "pip"  Homebrew provides pip via: `brew install python`. However you will then have two Pythons installed on your Mac, so alternatively you can install pip via t

MAC下设置mavenJDK版本

compile-plugin可以设置source和target使用的jdk 版本. mvn -v可以看出使用的jdk版本,在mac上需要修改CurrentJDK软链接 http://stackoverflow.com/questions/18813828/why-maven-use-jdk-1-6-but-my-java-version-is-1-7 http://stackoverflow.com/questions/2503658/specify-jdk-for-maven-to-use指出

Mac下设置JAVA_HOME和MAVEN_HOME

1.找到java安装路径 /usr/libexec/java_home 2.设置JAVA_HOME $ vim ~/.bash_profile 在文件的最后加入: export JAVA_HOME=$(/usr/libexec/java_home) 然后执行加载,就可以看到最新的 JDK 目录被赋值到 JAVA_HOME中了. $ source ~/.bash_profile $ echo $JAVA_HOME 3.设置MAVEN_HOME 把Maven目录下的bin 目录增加到 PATH 中.

Apache httpd(apache2)服务配置详解,Mac下设置虚拟主机部署多个web项目,及反向代理部署Java项目

Apache httpd服务配置详解 查看版本:httpd -v Server version: Apache/2.4.33 (Unix) Server built:   Apr  3 2018 17:54:07 文件路径:/etc/apache2/httpd.conf # 服务目录(全局配置)用于指定Apache的安装路径,# 此选项参数值在安装Apache时系统会自动把Apache的路径写入ServerRoot "/usr" # 设置互斥对象的目录# Mutex default:/

mac下设置eclipse自动提示

偏好设置  -> General -> Editors -> File Associations .xml ->  设置XML Editor为default Keys 中查找 Content Assist Java -> Editor -> Content Assist abcdefghijklmnopqrstuvwxyz(,.   from:印象笔记  http://app.yinxiang.com/l/AAoIuuoQdupDZ7B9Mr9ro4AnDNDn4Ll9

Mac下设置Android adb环境变量

1. 找到adb本地路径 adb放在platform-tools 我的路径是(/Users/android-sdk-macosx/platform-tools) 2. 打开终端,进入到sdk文件夹中 touch .bash_profile open -e .bash_profile 新建一个.bash_profile文件,然后打开后编辑.如果是第一次打开,应该会是空白的文档,如果已经编辑过了,在原来内容后面加;添加的内容. 3. 在.bash_profile文件中添加adb的路径 export

mac下 sudo pip install scikit-image 报错 用sudo pip install scikit-image --user -U

p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px "Andale Mono"; color: #c33720; background-color: rgba(0, 0, 0, 0.9) } span.s1 { } Exception: Traceback (most recent call last): File "/Library/Python/2.7/site-packages/pip/basecommand.py&

mac下设置redis开机自启

未设置开机自启时,每次都会执行命令如下: redis-server /usr/local/redis-5.0.5/redis.conf 下面开始设置redis开机自启 你需要.plist文件来指定需要开机启动的程序.首先来创建一个.plist文件: sudo vim /Library/LaunchDaemons/io.redis.redis-server.plist 以下是开机启动的.plist配置文件的示例: <?xml version="1.0" encoding="