美文网首页
pip配置文件

pip配置文件

作者: wMeSlAx767 | 来源:发表于2018-04-17 16:53 被阅读6次

Per-user:

On Unix the default configuration file is: $HOME/.config/pip/pip.conf which respects the XDG_CONFIG_HOMEenvironment variable.
On macOS the configuration file is $HOME/Library/Application Support/pip/pip.conf if directory $HOME/Library/Application Support/pip exists else $HOME/.config/pip/pip.conf.
On Windows the configuration file is %APPDATA%\pip\pip.ini.

如果文件不存在,则需要自己创建。

引用:
https://pip.pypa.io/en/stable/user_guide/#config-file

相关文章

  • pip的一些配置

    1、设置pip的配置文件,让pip生成一个默认的配置文件 pip config set global.index-...

  • Mac电脑修改pip镜像源

    创建配置文件 cd ~/ //进入根目录: cd .pip //进入.pip目录 mkdir .pip //...

  • PIP设置阿里云源

    修改pip配置文件 修改~/.pip/pip.conf,如果不存在则新建该文件 在配置文件中添加以下内容

  • supervisorctl

    安装(pip安装) pip安装supervisord 生成配置文件 载入配置文件 常用命令 安装(文件安装) 添加...

  • python - pip更换阿里源

    创建 .pip 文件夹 新建 ~/.pip/pip.conf 配置文件 写入规则 国内其他pip源 nameurl...

  • python 更换pip 和 easy_install源

    python 更换pip 和 easy_install源 更换pip源 创建一个.pip目录 编辑pip配置文件 ...

  • pip国内源

    编辑pip配置文件vim ~/.pip/pip.conf 阿里源 中科大源 清华源 豆瓣源

  • 配置内网pip源

    1.安装setuptools 2.安装pip 3.创建pip配置文件 在主目录下创建.pip文件夹mkdir ~/...

  • ubuntu18.04安装jupyter

    1.更换软件源 配置文件是 /etc/apt/sources.list,pip源 2.安装pip,用pip安装ju...

  • pip更改源

    windows10下pip的配置文件在C:\Users\你的电脑用户\pip\下,点击pip.ini给该为下面内容...

网友评论

      本文标题:pip配置文件

      本文链接:https://www.haomeiwen.com/subject/berpkftx.html