- 1
- 2
- 3
2021-11-12
hjnn
hnn
title:
abbrlink:
date: 2021-11-12 19:29:47
tags:
2021-11-12
hjnn
hnn
title:
abbrlink:
date: 2021-11-12 19:29:47
tags:
临时使用
1 | npm install -g cnpm --registry=https://registry.npm.taobao.org |
设为默认
1 | npm config set registry https://registry.npm.taobao.org |
设置官方库
1 | npm config set registry https://registry.npmjs.org |
临时使用
1 | pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package |
设为默认
1 | pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple |
start
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.