3 Star 0 Fork 6

wuzeyi1/presto

forked from src-openEuler/presto 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
use-pip3-install-requirements-for-compiling-docs.patch 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
herengui 提交于 2021-08-24 18:45 . update version, support aarch64
From 785fa6b77e853cb397b9049e89c77baf1adc0b41 Mon Sep 17 00:00:00 2001
From: herengui <herengui@uniontech.com>
Date: Tue, 24 Aug 2021 19:24:18 +0800
Subject: [PATCH] use pip3 install requirements for compiling docs
Signed-off-by: herengui <herengui@uniontech.com>
---
presto-docs/build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/presto-docs/build b/presto-docs/build
index ea8a6ca..966c824 100755
--- a/presto-docs/build
+++ b/presto-docs/build
@@ -6,7 +6,7 @@ cd "${BASH_SOURCE%/*}"
rm -rf presto-docs-venv
python3 -m venv presto-docs-venv
source presto-docs-venv/bin/activate
-pip install -r requirements.txt
+pip3 install -r requirements.txt
make clean html
--
2.27.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuzeyi1/presto.git
git@gitee.com:wuzeyi1/presto.git
wuzeyi1
presto
presto
master

搜索帮助