You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What page or section of the docs have an issue?
Some people may try to start wsl and run a program inside it. (Especially some NVIM users).
This work for example wezterm start -- wsl nvim test.py
howether some paths or symbols are missing, so that not all plugins work.
Figuring out that you not only need a login but an interactive shell and that you need to disable path sharing for npm to be found at the correct location took 4 hours and i want others to maybe find relevant information earlier.
=> I think the page with launching programs could include notes on wsl
=> Disable path sharing on collision (disable windows path in wsl)
=> Run your program in login interactive shell
The text was updated successfully, but these errors were encountered:
What page or section of the docs have an issue?
Some people may try to start wsl and run a program inside it. (Especially some NVIM users).
This work for example
wezterm start -- wsl nvim test.py
howether some paths or symbols are missing, so that not all plugins work.
Figuring out that you not only need a login but an interactive shell and that you need to disable path sharing for npm to be found at the correct location took 4 hours and i want others to maybe find relevant information earlier.
wezterm stert -- wsl bash -li -c 'nvim test.py' solves it.
=> I think the page with launching programs could include notes on wsl
=> Disable path sharing on collision (disable windows path in wsl)
=> Run your program in login interactive shell
The text was updated successfully, but these errors were encountered: