Ansys Learning Forum › Forums › Discuss Simulation › Fluids › Running Workbench on WSL 2 › Reply To: Running Workbench on WSL 2
May 1, 2024 at 6:46 pm
mctom0518
Subscriber
I was actually able to fix the issue by updating and resetting the locale settings on WSL:
In a WSL Terminal:
(1) sudo locale-gen en_US.UTF-8
(2) sudo update-locale LANG=en_US.UTF-8
In a Powershell Terminal with Admin Privileges:
(3) wsl --shutdown