mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
6 lines
157 B
Bash
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
|