09 2023 档案
摘要:Git同时配置Gitee和GitHub 建议所有命令在 git bash 中进行 清除git的全局设置 如果之前没有配置过git config,就不用清除了。 通过命令git config --global --list 查看是否设置过。 # 清除name和email git config --gl
阅读全文
摘要:更换pip源的办法 一、安装包时临时使用 安装时添加-i https://pypi.tuna.tsinghua.edu.cn/simple # eg: 安装wheel pip install wheel -i https://pypi.tuna.tsinghua.edu.cn/simple 二、批量
阅读全文
摘要:# windows下的python多环境pyenv-win搭建 ## 安装pyenv-win 1. 在PowerShell中安装 > 建议使用管理员身份打开PowerShell ```powershell Invoke-WebRequest -UseBasicParsing -Uri "https:
阅读全文