# install-python **Repository Path**: wyl350/install-python ## Basic Information - **Project Name**: install-python - **Description**: install-pythoninstall-python - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-18 - **Last Updated**: 2024-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 我发现python windows 版本是一个非常难以绿化的软件 即使网上又 embedable 版本,但是这个版本也是无法安装 pip 的,尽管我已经尝试了很多的方法。 ## 唯一能够使用的方式,就是下载 install 版本,进行安装 ## 换源 1. 临时换源: pip install -i https:/pypi.tuna.tsinghua.edu.cn/simple/ djangle 换源 1. ## 永久换源 以下两行代码都要执行: 1. pip config set global.index-ur1 http://mirrors.aliyun.com/pypi/simple 1. pip config set insta11.trusted-host mirrors.aliyun.com ### 以上的执行命令的本质可能是 1. ~/.pip/pip.conf [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple ### 镜像源 其中index-url后面的地址可以根据需要更换为其他镜像源的地址,以下是一些国内稳定好用的镜像源: 1. 阿里云 http://mirrors.aliyun.com/pypi/simple/ 1. 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 1. 豆瓣(douban) http://pypi.douban.com/simple/ 1. 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 1. 中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/ ### 安装软件额过程中会自动添加环境变量 1. C:\Users\wyl350\Downloads\Python311\Scripts\ 1. C:\Users\wyl350\Downloads\Python311\