dotfiles/set_mirror.ps1
2024-08-03 11:09:38 +08:00

7 lines
No EOL
219 B
PowerShell

# pip
Set-Alias pip pip3
Set-Alias python python3
python -m pip install --upgrade pip
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
# npm
npm config set registry https://registry.npmmirror.com