dotfiles/set_mirror.sh
2024-07-19 19:49:26 +08:00

6 lines
157 B
Bash

# pip
alias pip=pip3
alias python=python3
python -m pip install --upgrade pip
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
# npm