Jared 2 년 전
부모
커밋
058caf583e
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      docs/dev/wsl.md

+ 15 - 0
docs/dev/wsl.md

@@ -0,0 +1,15 @@
+# WSL 呼叫 windows python 程式
+
+透過 cmd.exe 來執行程式
+
+```
+ /mnt/c/Windows/System32/cmd.exe /C echo test
+```
+
+
+執行python
+
+```
+ /mnt/c/Windows/System32/cmd.exe /C python c:/gitlab/xxxx.py
+```
+