With recently pushed for Windows insiders build 14316 we have Windows subsystem for Linux (beta) that allows to run Ubuntu Linux CLI software on Windows.
It can be launched by running bash
command inside Windows PowerShell or by "Bash on Ubuntu on Windows" app.
So, my question is about first way. We can launch bash
from PowerShell, but none other ubuntu CLI application is available from it. How do you make one work? Let's say that I want zsh
to be available to launch without using bash.