5 ms·
Last I checked bash on windows is still segregated from the windows system proper. So you cannot call any windows utility/compilers from windows bash. You canno
by fantasticsid 9y ago
Last I checked bash on windows is still segregated from the windows system proper. So you cannot call any windows utility/compilers from windows bash. You cannot write to existing files/directories either, based on WSL docs.
Hopefully these limitations will be removed.
- AlphaWeaver 9y agoI don't think that's true. You've been able to execute windows tools from WSL for a while now.
- MikusR 9y agoAnd access to file system through /mnt/c even longer.