Skip to content

Commit 29be940

Browse files
committed
Add.
1 parent 82af78f commit 29be940

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

doc/env.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
55
※ Change to the IP address (v4) specified by your WSL2
66

7+
#### Check python's parent process ID at startup
8+
9+
```markdown
10+
import os
11+
12+
# Get parent process of python
13+
pid = os.getppid()
14+
15+
# Need to check at startup
16+
print(f"Parent Process ID: {pid}")
17+
```
18+
719
> python -m debugpy --wait-for-client --listen 5678 facematch.py ${@:2}
820
921
※ Windows environment
@@ -18,7 +30,7 @@
1830

1931
> git clone https://github.com/takkii/PythonSettings.git
2032
21-
#### ビルドシステム追加
33+
#### new Build System / ビルドシステム追加
2234

2335
> Python3.sublime-build
2436
@@ -116,4 +128,3 @@
116128
],
117129
}
118130
```
119-

0 commit comments

Comments
 (0)