vscode-python icon indicating copy to clipboard operation
vscode-python copied to clipboard

Windows WSL Environmental Variables

Open mk-bldn opened this issue 2 years ago • 1 comments

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 avatar Aug 04 '23 15:08 mk-bldn

@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.

RamiKrispin avatar Aug 27 '23 23:08 RamiKrispin