Skip to content

Commit c7e7e50

Browse files
committed
the global rules upgrade
1 parent c5f943d commit c7e7e50

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/project_help/the_global_rules.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,13 @@
3333
> > - `运行目录`: 当前进程的`动态执行` 驻留载体;
3434
3535
```bash
36-
# Python
36+
# darwin Python
3737
# export PYTHONPATH=.
3838
export BASE_PROJECT_PREFIX="/Users/.../Python-DeMo"
39+
40+
# win Python
41+
# PYTHONPATH=.
42+
BASE_PROJECT_PREFIX="D:\\...\\Python-DeMo"
3943
```
4044

4145
### 3.2. VSCode PYTHONPATH
@@ -76,7 +80,7 @@ VSCode 环境变量指定的默认配置选项为:
7680
PYTHONPATH=/Users/.../Python-DeMo:/Users/.../Python-DeMo/tests:${PYTHONPATH}
7781

7882
# win32
79-
PYTHONPATH=/Users/.../Python-DeMo;/Users/.../Python-DeMo/tests;%PYTHONPATH%
83+
PYTHONPATH=D:\\WorkSpace\\...\\Python-DeMo;D:\\WorkSpace\\...\\Python-DeMo\\tests;%PYTHONPATH%
8084
```
8185

8286
### 3.3. inline import

0 commit comments

Comments
 (0)