12 2022 档案
摘要:使用 pip install pkgname -i https://mirrors.aliyun.com/pypi/simple/ 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:https://mirrors.aliyun.com/pypi/simp
阅读全文
摘要:前提 使用 pyenv 来管理不同版本的 python,可以在不改变系统的情况下更换使用其他 python 版本 安装 pyenv sudo pacman -S pyenv 为 zsh 配置 pyenv 环境 echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/
阅读全文
摘要:开启向日葵客户端服务 sudo systemctl start runsunloginclient.service 参考 https://neucrack.com/p/372
阅读全文
摘要:更新 keyring sudo pacman -S archlinux-keyring && sudo pacman -Syu
阅读全文