mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
7 lines
No EOL
219 B
PowerShell
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 |