NanoNova
NanoNova
Name Value ---- ----- PSVersion 5.1.17763.134 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.17763.134 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 same here...ready to re-install windows, REALLY painful!
> @kid1412621 I'm unable to reproduce the bug on my device. Are you seeing it when app language is set to English too? Yes, the app lang is English. Maybe...
Hi guys, sorry for the delay. Ironically, I got a severe fever.😅 I'll check once getting better.
seems failed to set `$Env:JENVUSE` somehow. same issue here.
seems invoking ps1 script via `pwsh` got another scope. ```powershell > pwsh -Command '& {$Env:var=1; echo "Inner: $Env:var"}' ; echo "outer: $Env:var" Inner: 1 outer: ``` I think the root...
hi @FelixSelter, I came upon a solution which might be not elegant. Each time run `jenv use`, the bat execution remains on the pwsh session. The env var takes effect....
> We still need to use batch because there are windows users using cmd. > > Normally the powershell script can change the env vars of powershell. The batch file...
need minor change in `java.bat`. ```batch where /q pwsh IF ERRORLEVEL 1 ( where /q powershell IF ERRORLEVEL 1 ( echo Neither pwsh.exe nor powershell.exe was found in your path....
I agree, at least use `jenv global xxx` instead of `jenv change xxx`, and `jenv shell xxx` instead of `jenv use xxx`.
> Can you please test latest CRC with latest version of podman and let us know if you still hitting this issue? what is the latest version? using these versions...