Skip to content

Commit 362e9fb

Browse files
authored
📝 update the path of the backend activation environment variables
2 parents b54f000 + 6c30a09 commit 362e9fb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/docs/en/getting-started/development-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ cd backend
114114
source .venv/bin/activate # Activate virtual environment
115115
```
116116

117+
::: warning Important Notes
118+
On Windows, you need to execute the `source .venv/Scripts/activate` command to activate the virtual environment.
119+
:::
120+
117121
Nexent includes three core backend services that need to be started separately:
118122

119123
```bash

doc/docs/zh/getting-started/development-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ cd backend
114114
source .venv/bin/activate # 激活虚拟环境
115115
```
116116

117+
::: warning 重要提示
118+
Windows操作系统需执行`source .venv/Scripts/activate`命令激活虚拟环境。
119+
:::
120+
117121
Nexent 包含三个核心后端服务,需要分别启动:
118122

119123
```bash

0 commit comments

Comments
 (0)