Is there anything special when using "Process" to call "wsl" #119984
Unanswered
andrew-at-v
asked this question in
Q&A
Replies: 2 comments 2 replies
-
WSL (assuming WSL 2) is an external system. It can't be used with local The Windows Terminal session is actually a remote session. |
Beta Was this translation helpful? Give feedback.
0 replies
-
what do you mean by using "wsl" as a proxy? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use Case: Calling python script from my dotnet application
I notice there is difference when I run the script directly using my windows terminal vs when I try to run the python script via "Process" class for the exact same command
Mostly what happen is it's working when i run it via windows terminal, it does not work when i run it via Process class
Beta Was this translation helpful? Give feedback.
All reactions