-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
environment variables to be passed into WSL #14
Comments
See my comment in the WSL issue. I suggest you reopen it. |
So you are effectively asking to transfer all environment variables to WSL. |
I will test it later. |
@rprichard |
wslbridge has an FWIW: When I last checked, Microsoft's (1) Does wslbridge unset variables that weren't set on the Cygwin side? |
@rprichard There are two kinds of variables: WSL variables (wslbridge-backend need them, -E VAR) and Windows variables (bash.exe need them). |
|
Oh, I see. |
Ah, yes, that sounds like a good idea. |
Updated to wslbridge 0.2.1 with wsltty 0.7.0. |
/init cmd /C set
contains too few environment variables, some softwares run failed, likeshutdown
. In bash.exe, everything is OK.And without
TMP
variable, some softwares run failed.microsoft/WSL#1257
The text was updated successfully, but these errors were encountered: