摘要: 一.通过命令配置 1. 命令 npm config set registry https://registry.npm.taobao.org 2. 验证命令 npm config get registry 如果返回https://registry.npm.taobao.org,说明镜像配置成功。 二 阅读全文
posted @ 2018-11-21 15:47 bonelee 阅读(103868) 评论(0) 推荐(7)
摘要: Create a python virtual environment and install python dependencies. cd evalai virtualenv venv source venv/bin/activate # run this command everytime b 阅读全文
posted @ 2018-11-21 15:31 bonelee 阅读(383) 评论(0) 推荐(0)