PyCharm on version 2022.2.2 stopped running gunicorn via WSL in the configuration shown on the screenshot. Everything worked before that. If you run it from the console, everything starts calmly and also works properly on another computer.
The error:
home/dmitry/.local/share/virtualenvs/helper_trpg-EK2L-CnU/bin/python3.10: unable to open file '/home/dmitry/projects/helper_trpg/\\wsl$\Ubuntu-20.04\home\dmitry\.local\share\virtualenvs\helper_trpg-EK2L-CnU\bin\gunicorn': [Error 2] There is no such file or directory
Looks like the IDE adds the working directory path to the script path... How to fix this?
System:
- Windows 11 Pro 21H2
- WSL Ubuntu 20.04
- PyCharm Professional 2022.2.2
