cal-shell
项目python
版本,cal-shell项目地址python
编写的脚本管理项目
- 合并命令
git clone https://github.com/calject/py-shell.git && cd py-shell && pip3 install -r package.txt && python3 ./pybuilder.py -p && source ~/.bash_profile && source ~/.zshrc
- clone项目到任意目录或者
fork
到自己的github账户,然后执行git clone
git clone https://github.com/calject/py-shell.git
-
安装模块
pip3 install -r ./package.txt
(注: 安装不成功配置下国内镜像源) -
在项目目录下执行
python3 ./pybuilder.py
命令 -
执行
source ~/.zshrc
或者source ~/.bash_profile
-
执行完成后在任意位置执行
pybuilder
(可在pybuilder.yaml
中修改该命令别名)构建
- 配置安装源
mkdir -p ~/.pip && vim ~/.pip/pip.conf
- 豆瓣
[global]
index-url=https://pypi.douban.com/simple/
[install]
use-mirrors=true
mirrors=https://pypi.douban.com/simple/
trusted-host=pypi.douban.com
- 阿里
[global]
index-url=https://mirrors.aliyun.com/pypi/simple
[install]
use-mirrors=true
mirrors=https://mirrors.aliyun.com/pypi/simple
trusted-host=mirrors.aliyun.com
- 在
pybuilder.yaml
配置文件中配置相关生成脚本路径参数