vscode-python
vscode-python copied to clipboard
Windows WSL Environmental Variables
Could you explain the portion that discusses how to setup the environmental variables? I'm not exactly clear how using setx variable_name "variable_value" fits into the process.
@mk-bldn unfortunately I don't have a Windows machine and generally, it is not straightforward as it depends on your Windows version. Here some resources I found:
- Microsoft general docs for setting environment variables and example for setting with setx
- Oracle docs
- Here is another example
- Last but not least here is a nice Youtube tutorial
Please let me know if this works for you.